Update TDengine test

This commit is contained in:
sunkaixuan
2023-08-02 08:32:38 +08:00
parent 94db6d9f49
commit 182d90eb35
4 changed files with 127 additions and 18 deletions

View File

@@ -1,5 +1,6 @@

using System;
using TDengineTest;
namespace OrmTest
{
@@ -7,8 +8,11 @@ namespace OrmTest
{
static void Main(string[] args)
{
//Demo
Demo0_SqlSugarClient.Init();
//orm用例
ORMTest.Init();
//原生ado用例
AdoDemo.Init();
Console.WriteLine("all successfully.");
Console.ReadKey();