mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Update demo
This commit is contained in:
parent
0b2e95d34a
commit
1e5e8d7e7c
@ -12,6 +12,9 @@ namespace OrmTest
|
|||||||
/// <param name="args"></param>
|
/// <param name="args"></param>
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//说明:
|
||||||
|
//DuckDB和Sqlite差不多不需要安装直接调试和运行
|
||||||
|
|
||||||
//注册自定义信息扔在程序启动时
|
//注册自定义信息扔在程序启动时
|
||||||
InstanceFactory.CustomDbName = "DuckDB";
|
InstanceFactory.CustomDbName = "DuckDB";
|
||||||
InstanceFactory.CustomDllName = "SqlSugar.DuckDBCore";
|
InstanceFactory.CustomDllName = "SqlSugar.DuckDBCore";
|
||||||
|
Loading…
Reference in New Issue
Block a user