Update demo

This commit is contained in:
sunkaixuan
2019-06-04 15:30:36 +08:00
parent 237a0d95dd
commit 15616575dc
20 changed files with 30 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ namespace OrmTest
Console.WriteLine("#### CodeFirst Start ####");
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig()
{
DbType = DbType.MySql,
DbType = DbType.Sqlite,
ConnectionString = Config.ConnectionString3,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true