//
pkg.gl
Category
github.com/jmniu/workflow
service
db
package
1.0.4
Repository:
https://github.com/jmniu/workflow.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
4
Files
347 SLOC
#
Functions
NewMySQL
NewMySQL 创建MySQL数据库实例.
NewMySQLWithDB
NewMySQLWithDB 创建DB.
SetDSN
SetDSN 设置连接串.
SetMaxIdleConns
SetMaxIdleConns 设置空闲连接池中的最大连接数.
SetMaxLifetime
SetMaxLifetime 设置连接可以被重新使用的最大时间量.
SetMaxOpenConns
SetMaxOpenConns 设置打开连接到数据库的最大数量.
SetTrace
SetTrace 设置追踪调试.
#
Structs
DB
DB 数据库.
#
Type aliases
M
M 定义字典.
Option
Option 配置项.