Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2022 Changes in this version + type MySQL struct + SSL SSL + func (m *MySQL) Open(logger log.Logger) (storage.Storage, error) + type NetworkDB struct + ConnMaxLifetime int + ConnectionTimeout int + Database string + Host string + MaxIdleConns int + MaxOpenConns int + Password string + Port uint16 + User string + type Postgres struct + SSL SSL + func (p *Postgres) Open(logger log.Logger) (storage.Storage, error) + type SQLite3 struct + File string + func (s *SQLite3) Open(logger log.Logger) (storage.Storage, error) + type SSL struct + CAFile string + CertFile string + KeyFile string + Mode string