Does the Servicestack support the Single Deployment with Single Database multi-tenancy method? The documentation says only about multiple databases.
Thanks
Does the Servicestack support the Single Deployment with Single Database multi-tenancy method? The documentation says only about multiple databases.
Thanks
The multi-tenancy is centered around having different connection strings per tenant but you could potentially override GetDbConnection(IRequest)
in your AppHost to change the Users schema on DB Connection for each request.