API Reference dagex v3.0.1
Modules
The Dagex
library is used to allow your business entities to participate in
directed, acyclic graphs backed by PostgreSQL's ltree
extenstion.
Migrations create and modify the database tables Dagex needs to function.
Represents a database operation to create a new edge between two nodes.
Represents a database operation to remove an edge between two nodes.
Adds Dagex-specific functionality to your application's Ecto.Repo
module.