Versions in this module Expand all Collapse all v1 v1.5.9 Aug 18, 2025 v1.5.8 Mar 5, 2025 v1.5.7 Jan 24, 2025 v1.5.6 Jan 24, 2025 v1.5.5 Jan 8, 2025 Changes in this version type MysqlComponent + DbMap map[string]*gorm.DB + func NewGormDatabase(conf config.ConfigMate) *MysqlComponent + func (mc *MysqlComponent) GetDatabase(dbname string) *gorm.DB v1.5.4 Dec 12, 2024 Changes in this version + type Config struct + ConnMaxIdletime int + ConnMaxLifetime int + DbName string + Host string + MaxIdleConns int + MaxOpenConns int + Passwd string + Port int + User string type MysqlComponent + Configs []Config v1.5.3 Nov 27, 2024 v1.5.2 Aug 31, 2024 v1.5.1 Aug 14, 2024 v1.5.0 Aug 12, 2024 Changes in this version + const Name + type MysqlComponent struct + ConnMaxIdletime int + ConnMaxLifetime int + DbName string + Host string + MaxIdleConns int + MaxOpenConns int + Passwd string + Port int + User string + func NewDB(conf config.ConfigMate) *MysqlComponent + func (mc *MysqlComponent) GetDB() *gorm.DB + func (mc *MysqlComponent) Name() string