Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DSN_DEFAULT utf-8 DSN_DEFAULT = "%s:%s@tcp(%s)/%s?charset=utf8&parseTime=True&loc=Local" // DSN_UTF8MB4 utf-8 mb4 DSN_UTF8MB4 = "%s:%s@tcp(%s)/%s?charset=utf8mb4&parseTime=True&loc=Local" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(config *MysqlConfig, log pkglogger.AdaptedLogger) (*gorm.DB, error)
New return a gorm db
Types ¶
Click to show internal directories.
Click to hide internal directories.