Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2026 Changes in this version + func Connect(cfg *Config) (*gorm.DB, error) + func Load(target any) error + func Migrate(db *gorm.DB) error + type Config struct + AppBaseURL string + DatabaseConnMaxLifetime time.Duration + DatabaseLogLevel string + DatabaseMaxIdleConns int + DatabaseMaxOpenConns int + DatabaseURL string + Env string + JWTRefreshTokenDuration time.Duration + JWTSecret string + JWTTokenDuration time.Duration + MagicLinkTokenDuration time.Duration + Port string + func (c *Config) IsDevelopment() bool