增加pgsql适配(todo)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package request
|
||||
|
||||
type InitDB struct {
|
||||
DBType string `json:"DBType"` // 数据库类型
|
||||
Host string `json:"host"` // 服务器地址
|
||||
Port string `json:"port"` // 数据库连接端口
|
||||
UserName string `json:"userName" binding:"required"` // 数据库用户名
|
||||
|
Reference in New Issue
Block a user