I you are talking about database multi-tenancy, that is not Elixir specific.
If you have data belonging to multiple tenants in your database you have to find a way to separate them.
(prefix each row, database/schema per tenant)
See here:
I you are talking about database multi-tenancy, that is not Elixir specific.
If you have data belonging to multiple tenants in your database you have to find a way to separate them.
(prefix each row, database/schema per tenant)
See here: