ash icon indicating copy to clipboard operation
ash copied to clipboard

Ash should automatically define join resources for many-to-many relationships.

Open jimsynz opened this issue 2 years ago • 1 comments

This one is a bit weird, because if the data layer isn't postgres do we even need a join resource? if both sides are ETS backed (for example) then can we just store arrays or something?

jimsynz avatar May 30 '23 22:05 jimsynz

It would be less simple IMO not more simple to have a special route for simpler data layers, because often join resources end up getting behavior like fields/policies/actions.

zachdaniel avatar May 30 '23 23:05 zachdaniel