Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mysql ¶
type Mysql struct { Path string // 服务器地址 Port int `json:",default=3306"` // 端口 Config string `json:",default=charset%3Dutf8mb4%26parseTime%3Dtrue%26loc%3DLocal"` // 高级配置 Dbname string // 数据库名 Username string // 数据库用户名 Password string // 数据库密码 MaxIdleConns int `json:",default=10"` // 空闲中的最大连接数 MaxOpenConns int `json:",default=10"` // 打开到数据库的最大连接数 LogMode string `json:",default=dev,options=dev|test|prod|silent"` LogColorful bool `json:",default=false"` // 是否开启日志高亮 SlowThreshold int64 `json:",default=1000"` }
func (*Mysql) GetColorful ¶
func (*Mysql) GetGormLogMode ¶
func (*Mysql) GetSlowThreshold ¶
Click to show internal directories.
Click to hide internal directories.