增加pgsql适配

This commit is contained in:
蒋吉兆
2021-11-19 22:20:04 +08:00
parent 8ef9e19a64
commit 81682914ff
20 changed files with 165 additions and 1010 deletions

View File

@@ -6,7 +6,7 @@ import (
)
type InitDB struct {
DBType string `json:"DBType"` // 数据库类型
DBType string `json:"dbType"` // 数据库类型
Host string `json:"host"` // 服务器地址
Port string `json:"port"` // 数据库连接端口
UserName string `json:"userName" binding:"required"` // 数据库用户名