Versions in this module Expand all Collapse all v1 v1.5.7 Nov 4, 2024 Changes in this version + func MysqlClient(c Conf) (*gorm.DB, error) + func PgSqlClient(c Conf) (*gorm.DB, error) + type Conf struct + Config string + DBName string + Host string + LogMode string + MaxIdleConn int + MaxOpenConn int + Password string + Port int + Type string + Username string + func (g Conf) MysqlDSN() string + func (g Conf) NewGORM() (*gorm.DB, error) + func (g Conf) PostgreSqlDSN() string