mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 11:28:40 +08:00
支持tdengine
This commit is contained in:
@@ -8,8 +8,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DbTypeMysql = "MySQL"
|
||||
DbTypePostgres = "PostgreSQL"
|
||||
DbTypeMysql = "MySQL"
|
||||
DbTypePostgres = "PostgreSQL"
|
||||
DbTypeTdengine = "Tdengine"
|
||||
DbTypeClickHouse = "ClickHouse"
|
||||
)
|
||||
|
||||
type VisualDataSource struct {
|
||||
|
||||
Reference in New Issue
Block a user