coryodaniel / arbor

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

support schemas with primary_key set by macro + fallback to :id as primary key #33

Open mayel opened 3 years ago

coryodaniel commented 3 years ago

Like the idea, could you add a test to cover it and I'll get it merged in this weekend?

mayel commented 3 years ago

I'd be happy to but don't have much time right now sorry (also ended up using materialised paths instead, but may come back to this lib for something else).