//
pkg.gl
Category
github.com/sunliang711/goutils
mysql
package
0.1.14
Repository:
https://github.com/sunliang711/goutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
24 SLOC
#
Functions
New
New connect mysql 'dsn', if maxIdleConns <= 0,no idle connection are retained,defualt is 2 if maxOpenConns <= 0,there is no limit on the number open connections.
NewORM
New ORM connection pass 'parseTime=true when use gorm.Model'.