Db.Fastest support sqlite

This commit is contained in:
sunkaixuna
2022-01-16 15:21:17 +08:00
parent 6134010f97
commit 7da71b94da
7 changed files with 192 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ namespace OrmTest
}
public static void Init()
{
UCustom01.Init();
UCustom02.Init();
UBulkCopy.Init();
Insert();
CodeFirst();
Updateable();