From 1e5e8d7e7ccd49f624c6b1c42c345c0345fd5ee5 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 23 Apr 2025 17:10:44 +0800 Subject: [PATCH] Update demo --- Src/Asp.NetCore2/CustomDbTest/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/Asp.NetCore2/CustomDbTest/Program.cs b/Src/Asp.NetCore2/CustomDbTest/Program.cs index e504e3428..76b39b79e 100644 --- a/Src/Asp.NetCore2/CustomDbTest/Program.cs +++ b/Src/Asp.NetCore2/CustomDbTest/Program.cs @@ -12,6 +12,9 @@ namespace OrmTest /// static void Main(string[] args) { + //说明: + //DuckDB和Sqlite差不多不需要安装直接调试和运行 + //注册自定义信息扔在程序启动时 InstanceFactory.CustomDbName = "DuckDB"; InstanceFactory.CustomDllName = "SqlSugar.DuckDBCore";