支持tdengine

This commit is contained in:
XM-GO
2023-06-19 17:06:38 +08:00
parent 997e0862fa
commit 8b5a0206b9
12 changed files with 186 additions and 99 deletions

View File

@@ -8,8 +8,10 @@ import (
)
const (
DbTypeMysql = "MySQL"
DbTypePostgres = "PostgreSQL"
DbTypeMysql = "MySQL"
DbTypePostgres = "PostgreSQL"
DbTypeTdengine = "Tdengine"
DbTypeClickHouse = "ClickHouse"
)
type VisualDataSource struct {