neo4_ecto icon indicating copy to clipboard operation
neo4_ecto copied to clipboard

Neo4j Adapter for Ecto

Results 2 neo4_ecto issues
Sort by recently updated
recently updated
newest added

## Context In order for Ecto.Repo to be fully operational with: [`Repo.all/1`, `Repo.update_all`, `Repo.delete_all/3`] We must implement the Queryable behaviour on our side, which consists of adding functionalities to `prepare/2`...

-major
.task

Improve or create tests related to the following modules: - `Neo4Ecto.Migration.Runner` - `Mix.Tasks.Ecto.Migrate` example of tests: https://github.com/betrybe/neo4_ecto/pull/10

-minor
.technical debt