Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2025 Changes in this version + func Reusable() *pgenv.Reusable + func Run(ctx context.Context, migrations migrations.Migrations, ...) (db *sql.DB, term func(), err error) + func RunConfig(ctx context.Context, cfg *Config, migrations migrations.Migrations, ...) (db *sql.DB, term func(), err error) + func RunContainer(cfg *Config) postgresenv.ProvideEnvironmentFunc + func RunForTesting(t *testing.T, migrations migrations.Migrations, ...) *sql.DB + func RunForTestingConfig(t *testing.T, cfg *Config, migrations migrations.Migrations, ...) *sql.DB + type Config struct + DBName string + DBPassword string + DBUser string + DisableTestContainersLogs bool + DriverName string + PostgresImage string