ecto_tenancy_enforcer icon indicating copy to clipboard operation
ecto_tenancy_enforcer copied to clipboard

Provides a way to ensure that all queries made from your Elixir application, using Ecto, have tenancy set

Results 1 ecto_tenancy_enforcer issues
Sort by recently updated
recently updated
newest added

Hitting lots of issues when preloading m2m associations. It ends up throwing an error if the join table isn't defined in the `enforced_schemas`, but then including it makes it impossible...