mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update TDengine DEMO
This commit is contained in:
parent
8c5c4eea79
commit
9a5f4fe03d
@ -8,8 +8,12 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//需要安装:客户端SDK
|
||||||
|
//https://docs.taosdata.com/connector/#%E5%AE%89%E8%A3%85%E5%AE%A2%E6%88%B7%E7%AB%AF%E9%A9%B1%E5%8A%A8
|
||||||
|
|
||||||
//orm用例
|
//orm用例
|
||||||
ORMTest.Init();
|
ORMTest.Init();
|
||||||
|
|
||||||
//原生ado用例
|
//原生ado用例
|
||||||
AdoDemo.Init();
|
AdoDemo.Init();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user