1 Star 0 Fork 15

TerryLiu/gosql

forked from fifsky/gosql 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.go 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
fifsky 提交于 2018-08-13 19:16 . add max_lifetime config item
package gosql
//Config is database connection configuration
type Config struct {
Enable bool `toml:"enable" json:"enable"`
Driver string `toml:"driver" json:"driver"`
Dsn string `toml:"dsn" json:"dsn"`
MaxOpenConns int `toml:"max_open_conns" json:"max_open_conns"`
MaxIdleConns int `toml:"max_idle_conns" json:"max_idle_conns"`
MaxLifetime int `toml:"max_lefttime" json:"max_lefttime"`
ShowSql bool `toml:"show_sql" json:"show_sql"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/tela2013/gosql.git
git@gitee.com:tela2013/gosql.git
tela2013
gosql
gosql
master

搜索帮助