Hi there,
I'm leveraging postgres schemas for a multi-tenant database via Ecto's built-in support for different query prefixes.
Is there a way to get this to work properly with ex_admin? Or a way to make a drop-down list / button with some kind of custom action to switch prefixes?
Hi there,
I'm leveraging postgres schemas for a multi-tenant database via
Ecto's built-in support for different query prefixes.Is there a way to get this to work properly with
ex_admin? Or a way to make a drop-down list / button with some kind of custom action to switch prefixes?