Versions in this module Expand all Collapse all v1 v1.0.4 Sep 10, 2020 Changes in this version + type MySQL struct + ConnMaxLifetime envconfig.Duration + Database *sqlx.Database + Extra string + Host string + Name string + Password envconfig.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) SetDefaults() + func (m *MySQL) URL() string + type Retry struct + Interval envconf.Duration + Repeats int + func (r *Retry) SetDefaults() + func (r Retry) Do(exec func() error) (err error)