coryodaniel / arbor

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

Add ability to handle schema prefixes #24

Closed devonestes closed 4 years ago

devonestes commented 5 years ago

This should allow users that are using schema prefixes in Ecto to have those schema prefixes respected when they're using arbor.

Resolves #23