Versions in this module Expand all Collapse all v1 v1.0.2 Jan 26, 2026 v1.0.1 Jan 26, 2026 v1.0.0 Jan 26, 2026 Changes in this version + type Config struct + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + Database string + Host string + MaxIdleConns int + MaxOpenConns int + Password string + Port int + SSLMode string + User string + type DB struct + func New(cfg Config, logger *zap.Logger) (*DB, error) + func (db *DB) Analyze() error + func (db *DB) Close() error + func (db *DB) Vacuum() error