服务堆栈多租户
Servicestack Multi Tenancy
是否 Servicestack support the Single Deployment with Single Database multi-tenancy method? The documentation says only about multiple databases。
谢谢
多租户以每个租户具有不同的连接字符串为中心,但您可能会将 AppHost 中的 GetDbConnection(IRequest)
覆盖为每个请求的数据库连接上的 change the Users schema。
是否 Servicestack support the Single Deployment with Single Database multi-tenancy method? The documentation says only about multiple databases。
谢谢
多租户以每个租户具有不同的连接字符串为中心,但您可能会将 AppHost 中的 GetDbConnection(IRequest)
覆盖为每个请求的数据库连接上的 change the Users schema。