Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2026 v0 v0.246.0 Jan 30, 2026 Changes in this version + type MySQL struct + SSL SSL + func (s *MySQL) Open(logger *slog.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 *slog.Logger) (storage.Storage, error) + type SQLite3 struct + File string + func (s *SQLite3) Open(logger *slog.Logger) (storage.Storage, error) + type SSL struct + CAFile string + CertFile string + KeyFile string + Mode string