AshNeo4j.DataLayer

View Source

Ash DataLayer for Neo4j

neo4j

Examples

neo4j do
  label :Comment
  store [:title]
  translate id: :uuid
end

Options

NameTypeDefaultDocs
labelatomThe node label
storelist(atom)The attributes to be stored as node properties, without translation
translatekeywordOptional attribute to node property translations