mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-11 19:01:00 +08:00
update
2
事务.md
2
事务.md
@@ -1,3 +1,5 @@
|
||||
本文所有内容基于单机数据库事务,分布式数据库 TCC/SAGA 方案请移步:https://github.com/2881099/FreeSql.Cloud
|
||||
|
||||
## 1、UnitOfWork 事务
|
||||
|
||||
```csharp
|
||||
|
||||
2
分表分库.md
2
分表分库.md
@@ -51,6 +51,8 @@ using (TransactionScope ts = new TransactionScope())
|
||||
}
|
||||
```
|
||||
|
||||
分布式数据库 TCC/SAGA 方案请移步:https://github.com/2881099/FreeSql.Cloud
|
||||
|
||||
## 分库 IdleBus
|
||||
|
||||
IFreeSql 对应一个数据库,分库是不是要定义N个 IFreeSql?分库的租户场景,那不要定义10000个?
|
||||
|
||||
Reference in New Issue
Block a user