Versions in this module Expand all Collapse all v0 v0.2.3 Jan 30, 2026 v0.2.2 Jan 28, 2026 Changes in this version type Config + LogFunc func(msg string) v0.2.1 Jan 15, 2026 Changes in this version type Migrations + func (m *Migrations) GetPaths() []string v0.2.0 Jan 7, 2026 Changes in this version type Config + Verbose bool type Migrations + Recursive bool v0.1.1 Jan 4, 2026 v0.1.0 Dec 29, 2025 Changes in this version + func LoadDefault(configPath string) error + func Reset() + func SetDefault(c *Config) + type Config struct + ConfigFile string + Database Database + Migrations Migrations + func Get() *Config + func Load(configPath string) (*Config, error) + type Database struct + ConnMaxIdleTime int + ConnMaxLifetime int + DBName string + DSN string + Driver string + Host string + MaxIdleConns int + MaxOpenConns int + Password string + Port int + SSLMode string + SqlDriver string + User string + type Migrations struct + DateDir bool + Path string + Table string