mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 01:14:33 +08:00
Update demo
This commit is contained in:
parent
286fb9705f
commit
49389ed91c
@ -16,7 +16,7 @@ namespace OrmTest
|
|||||||
SqlSugarClient();//Create db
|
SqlSugarClient();//Create db
|
||||||
DbContext();//Optimizing SqlSugarClient usage
|
DbContext();//Optimizing SqlSugarClient usage
|
||||||
SingletonPattern();//Singleten Pattern
|
SingletonPattern();//Singleten Pattern
|
||||||
DistributedTransactionExample();
|
//DistributedTransactionExample(); The demo requires three different databases
|
||||||
MasterSlave();//Read-write separation
|
MasterSlave();//Read-write separation
|
||||||
CustomAttribute();
|
CustomAttribute();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ namespace OrmTest
|
|||||||
SqlSugarClient();//Create db
|
SqlSugarClient();//Create db
|
||||||
DbContext();//Optimizing SqlSugarClient usage
|
DbContext();//Optimizing SqlSugarClient usage
|
||||||
SingletonPattern();//Singleten Pattern
|
SingletonPattern();//Singleten Pattern
|
||||||
DistributedTransactionExample();
|
//DistributedTransactionExample(); The demo requires three different databases
|
||||||
MasterSlave();//Read-write separation
|
MasterSlave();//Read-write separation
|
||||||
CustomAttribute();
|
CustomAttribute();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ namespace OrmTest
|
|||||||
SqlSugarClient();//Create db
|
SqlSugarClient();//Create db
|
||||||
DbContext();//Optimizing SqlSugarClient usage
|
DbContext();//Optimizing SqlSugarClient usage
|
||||||
SingletonPattern();//Singleten Pattern
|
SingletonPattern();//Singleten Pattern
|
||||||
DistributedTransactionExample();
|
//DistributedTransactionExample(); The demo requires three different databases
|
||||||
MasterSlave();//Read-write separation
|
MasterSlave();//Read-write separation
|
||||||
CustomAttribute();
|
CustomAttribute();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ namespace OrmTest
|
|||||||
SqlSugarClient();//Create db
|
SqlSugarClient();//Create db
|
||||||
DbContext();//Optimizing SqlSugarClient usage
|
DbContext();//Optimizing SqlSugarClient usage
|
||||||
SingletonPattern();//Singleten Pattern
|
SingletonPattern();//Singleten Pattern
|
||||||
DistributedTransactionExample();
|
//DistributedTransactionExample(); The demo requires three different databases
|
||||||
MasterSlave();//Read-write separation
|
MasterSlave();//Read-write separation
|
||||||
CustomAttribute();
|
CustomAttribute();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ namespace OrmTest
|
|||||||
SqlSugarClient();//Create db
|
SqlSugarClient();//Create db
|
||||||
DbContext();//Optimizing SqlSugarClient usage
|
DbContext();//Optimizing SqlSugarClient usage
|
||||||
SingletonPattern();//Singleten Pattern
|
SingletonPattern();//Singleten Pattern
|
||||||
DistributedTransactionExample();
|
//DistributedTransactionExample(); The demo requires three different databases
|
||||||
MasterSlave();//Read-write separation
|
MasterSlave();//Read-write separation
|
||||||
CustomAttribute();
|
CustomAttribute();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user