mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-24 13:11:46 +08:00
📃docs: 文档更新
This commit is contained in:
@@ -4,6 +4,12 @@ createTime: 2025/04/23 21:03:10
|
||||
permalink: /core/multitenant/
|
||||
---
|
||||
|
||||
::: tip 提示
|
||||
* 多数据库指一个应用程序同时连接和操作多个不同的数据库。
|
||||
* 多租户是架构设计模式,用户登录时选择租户信息,后面就只能访问该租户对应的数据库,即只访问一个数据库。
|
||||
|
||||
:::
|
||||
|
||||
目前市面上主流的多租户方案有三种:
|
||||
|
||||
1. **独立数据库** 即为不同的租户提供独立的数据库。
|
||||
|
||||
Reference in New Issue
Block a user