Versions in this module Expand all Collapse all v1 v1.2.3 Sep 4, 2025 Changes in this version + type Config struct + ConnMaxIdleTime int + ConnMaxLifetime int + DSN string + Driver string + HealthCheckInterval int + HealthCheckQuery string + MaxIdleConns int + MaxOpenConns int + type SQLPlugin interface + GetDB func() (*sql.DB, error) + GetDialect func() string + IsConnected func() bool