Documentation ¶
Overview ¶
*
- @api post mysql2. *
- User: yunshengzhu
- Date: 2022/5/7
- Time: 11:43 PM
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRecordNotFound = gorm.ErrRecordNotFound
Functions ¶
Types ¶
type MysqlOption ¶
type MysqlOption func(db *MySqlGorm)
func WithMaxIdle ¶
func WithMaxIdle(maxIdle int) MysqlOption
func WithMaxOpen ¶
func WithMaxOpen(maxOpen int) MysqlOption
func WithSlowTime ¶
func WithSlowTime(duration time.Duration) MysqlOption
Click to show internal directories.
Click to hide internal directories.