【发布时间】:2017-10-12 00:11:08
【问题描述】:
Servicestack 是否支持 Single Deployment with Single Database 多租户方法? The documentation says only about multiple databases。
谢谢
【问题讨论】:
标签: servicestack ormlite-servicestack
Servicestack 是否支持 Single Deployment with Single Database 多租户方法? The documentation says only about multiple databases。
谢谢
【问题讨论】:
标签: servicestack ormlite-servicestack
多租户的核心是为每个租户提供不同的连接字符串,但您可能会为每个请求将 AppHost 中的 GetDbConnection(IRequest) 覆盖为 DB Connection 上的 change the Users schema。
【讨论】: