Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBasicMySQL ¶
NewBasicMySQL 创建一个简单的mysql连接
Types ¶
type Config ¶
type Config struct {
Addr string
User string
Password string
Database string
TablePrefix string
Debug bool
Trace bool
MaxIdleConn int
MaxOpenConn int
ConnMaxLifeTime time.Duration
SlowThreshold time.Duration // 慢查询时长,默认500ms
}
Config mysql config
Click to show internal directories.
Click to hide internal directories.