Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectWith ¶
ConnectWith 通过方言获取db
func Transaction ¶
func Transaction(db *gorm.DB, tasks ...TransactionTask) (rerr error)
Transaction 事务
Types ¶
type ConnectConfig ¶
type ConnectConfig struct { Dsn string // 连接 Driver string // 数据库类型 MaxIdle int // 最大空闲连接数 MaxOpen int // 最大连接数 LogMode bool // 是否打印SQL MaxLifeTime int // 连接存活时间 }
ConnectConfig 数据库链接配置
Click to show internal directories.
Click to hide internal directories.