Boltx Ecto is an Neo4j adapter for Ecto using Boltx.
Feature | Implemented |
---|---|
Repo Adapter | NO |
Schemas | NO |
Queryable | NO |
Transactions | NO |
Migrations | NO |
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