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

@@ -10,7 +10,7 @@ namespace OrmTest
{
public static SqlSugarClient Db=> new SqlSugarClient(new ConnectionConfig()
{
DbType = DbType.MySql,
DbType = DbType.Sqlite,
ConnectionString = Config.ConnectionString,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true,