mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 11:25:00 +08:00
Update demo
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user