Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 568 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 568 Bytes

Boltx Ecto (PRE-ALPHA)

Boltx Ecto is an Neo4j adapter for Ecto using Boltx.

Features

Feature Implemented
Repo Adapter NO
Schemas NO
Queryable NO
Transactions NO
Migrations NO

Installation

Note

The package has not yet been published in hex.

Add :boltx_ecto to your dependencies:

def deps do
  [
    {:boltx_ecto, "~> 0.0.0"}
  ]
end