Versions in this module Expand all Collapse all v0 v0.15.0 May 24, 2026 Changes in this version + var DB *gorm.DB + func Close() error + func Connect(cfg Config) error + func Health() error + func NewTestDB() (*gorm.DB, error) + func RollbackMigration(db *gorm.DB, migrationsPath string) error + func RunMigrations(db *gorm.DB, migrationsPath string) error + func SetupTestDB(t *testing.T) *gorm.DB + type Config struct + ConnMaxLife string + LogLevel string + MaxIdleConns int + MaxOpenConns int + URL string