Versions in this module Expand all Collapse all v0 v0.1.3 Mar 28, 2019 Changes in this version + func ConnectMysql(c *MysqlC) (db *gorm.DB, err error) + func SetLogger(db *gorm.DB, logger gorm.LogWriter) *gorm.DB + type MysqlC struct + Addr string + Charset string + DBName string + Loc string + ParseTime bool + Password string + Pool int + UserName string + func (c *MysqlC) String() string + type TableConn struct