coryodaniel / arbor

Ecto elixir adjacency list and tree traversal. Supports Ecto versions 2 and 3.
MIT License
239 stars 26 forks source link

Hierarchy Descendants return type option #26

Open coryodaniel opened 5 years ago

coryodaniel commented 5 years ago

Add a second descendants option that instead of tracking depth tracks the parent id and organizes the results in a tree structure instead of a list.