Documentation ¶
Overview ¶
Package mysql Mode Name: 模块名 Mode Desc: 模块功能描述
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conf ¶ added in v1.0.3
type Conf struct { UserName string // 数据库用户名 Passwd string // 数据库密码 Addr string // 数据库地址 DBName string // 使用的数据库 TimeZone string // 时区 SlowThreshold time.Duration // 慢查询阈值 SlowLogLevel logger.LogLevel // 慢查询日志级别 MaxIdleTime time.Duration // 最大空闲时间 MaxLifetime time.Duration // 最大生命周期 MaxIdleConn int // 最大空闲连接数 MaxOpenConn int // 最大打开连接数 // contains filtered or unexported fields }
Conf mysql配置
Click to show internal directories.
Click to hide internal directories.