Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2020 Changes in this version + type DBGetter interface + Get func() *sqlx.DB + type MySQL struct + ConnMaxLifetime time.Duration + Extra string + Host string + Name string + Password presets.Password + PoolSize int + Port int + User string + func (m *MySQL) Connect() error + func (m *MySQL) Get() *sqlx.DB + func (m *MySQL) Init() + func (m MySQL) DockerDefaults() conf.DockerDefaults + func (m MySQL) GetConnect() string + func (m MySQL) MarshalDefaults(v interface{})