mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Add ClickHouse
This commit is contained in:
parent
7ae5dfbaf4
commit
952c4064fb
@ -410,6 +410,9 @@ namespace SqlSugar
|
||||
case DbType.QuestDB:
|
||||
Check.Exception(SugarCompatible.IsFramework, "QuestDB only support .net core");
|
||||
break;
|
||||
case DbType.ClickHouse:
|
||||
Check.Exception(SugarCompatible.IsFramework, "ClickHouse only support .net core");
|
||||
break;
|
||||
default:
|
||||
throw new Exception("ConnectionConfig.DbType is null");
|
||||
}
|
||||
|
@ -20,6 +20,7 @@ namespace SqlSugar
|
||||
OpenGauss,
|
||||
QuestDB,
|
||||
HG,
|
||||
ClickHouse,
|
||||
Custom =900
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user