Packages

The tree structure implementations for Ecto.

Current section

Files

Jump to
ancestry README.md
Raw

README.md

# Ancestry
**Tree structure**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ancestry` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ancestry, "~> 0.1.0"}
]
end
```