feat(gaussdb): 新增 GaussDB 数据库连接支持

Refs #497
This commit is contained in:
Syngnat
2026-06-13 19:34:52 +08:00
parent f3dfffb8d1
commit d2f68acae8
70 changed files with 717 additions and 73 deletions

View File

@@ -211,7 +211,7 @@ func defaultPortByType(driverType string) int {
return 9030
case "sphinx":
return 9306
case "postgres", "vastbase", "opengauss":
case "postgres", "vastbase", "opengauss", "gaussdb":
return 5432
case "redis":
return 6379