Update DuckDb

This commit is contained in:
sunkaixuan 2025-04-20 18:11:39 +08:00
parent 4d4bfbd8ca
commit b4f5310db8

View File

@ -5,5 +5,6 @@ _2_DbFirst.Init();
_3_EasyQuery.Init();
_4_JoinQuery.Init();
_5_PageQuery.Init();
_a7_JsonType.Init();
Console.WriteLine("DEMO执行完成");
Console.Read();