Closed
Description
Hi Guys,
I am currently in middle of migrating my app from Rails/Mongoid to Phoenix/MongoDB-Ecto.
I have some many-to-many associations in my project which do not have join tables between them.
Some of these are single-sided relations w/o inverse relation.
These kind of relations are easily supported in Mongoid and internally implemented as an array of BSON id’s saved on each document.
I was wondering if this package provides support for these associations ?
If not, any pointers to how to make it work would be really appreciated. I will also try to raise a PR for this, if it feels like a valid use-case.
Metadata
Metadata
Assignees
Labels
No labels