Versions in this module Expand all Collapse all v0 v0.1.0 Jun 29, 2026 Changes in this version + func Close(db *gorm.DB) error + func HealthCheck(db *gorm.DB) error + func New(cfg Config) (*gorm.DB, error) + type Config struct + Host string + LogLevel LogLevel + MaxConnLifetimeSeconds int + MaxIdleConns int + MaxOpenConns int + Name string + Password string + Port int + SSLMode string + Username string + func (c Config) DSN() string + func (c Config) Validate() error + type LogLevel int + const LogError + const LogInfo + const LogSilent + const LogWarn