coryodaniel / arbor

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

Support ltree in postgres #16

Open lcacciagioni opened 7 years ago

lcacciagioni commented 7 years ago

Postgres has great native support for trees using the ltree and lquery functions. Maybe it deserves some look to see if it can be inserted into the library.

scott-wyatt commented 5 years ago

I'll need this feature, but I'll need help implementing it.