update

2881099
2022-08-13 13:02:03 +08:00
parent 39b6dc26f6
commit b17b8f7b64

@@ -83,7 +83,9 @@ public class DB
}
```
Then when using it, use `fsql` directly through ```IFreeSql fsql = DB.Sqlite;```.
> Tips: `class DB\<T\>` Generic classes are not suitable for static singletons
Then when using it, use `fsql` directly through `IFreeSql fsql = DB.Sqlite;`.
IFreeSql is the top-level object of ORM, and all operations use its methods or properties: