Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResetDatabase ¶
Types ¶
type POSTGRES ¶
type POSTGRES struct { Name string `json:"name"` // 数据库名称 Password string `json:"password"` // 数据库密码 User string `json:"user"` // 数据库用户 Host string `json:"host"` // host Port string `json:"port"` // 端口 TablePrefix string `json:"table_prefix"` // 表前缀 SSLMODE string `json:"ssl_mode"` // ssl mode }
*
- POSTGRES
- 默认PG的配置文件
Click to show internal directories.
Click to hide internal directories.