mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Add ClickHouse
This commit is contained in:
12
Src/Asp.NetCore2/ClickHouseTest/Program.cs
Normal file
12
Src/Asp.NetCore2/ClickHouseTest/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace ClickHouseTest
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user