EctoNeo4j v0.6.4 API Reference
Modules
Manage relationship operations
Reprensents an atomix WHERE clause
Hold node-specific operations on Ecto.Adapters.Neo4j.Condition
.
Hold relationships-specific operations on Ecto.Adapters.Neo4j.Condition
.
Cypher query builder for Node
Cypher query builder for Node
Useful helpers
Ecto.Adapters.Neo4j.Query
is designed to build Cypher queries programmatically.
It has functions to build essential parts of a Cypher Query and its to_string
returns a valid
cypher query.
Mapper that converts an Ecto.Query
struct into a Ecto.Adapters.Neo4j.Query
one.
Helps to describe graph schema.