feat: Add support for Vertica analytical database (#1538)

This commit is contained in:
DQ
2024-05-20 09:45:40 +08:00
committed by GitHub
parent 6fb3d33bf4
commit 8d8411fcd3
16 changed files with 658 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ class DBType(Enum):
Oracle = DbInfo("oracle")
MSSQL = DbInfo("mssql")
Postgresql = DbInfo("postgresql")
Vertica = DbInfo("vertica")
Clickhouse = DbInfo("clickhouse")
StarRocks = DbInfo("starrocks")
Spark = DbInfo("spark", True)