Versions in this module Expand all Collapse all v0 v0.2.0 Jul 30, 2026 v0.1.0 Jul 22, 2026 Changes in this version + type Harness struct + func New(envVar string, migrator Migrator) *Harness + func (h *Harness) DSN(t *testing.T, suffix string) string + func (h *Harness) NewIsolatedPool(t *testing.T, suffix string, opts ...Option) *pgxpool.Pool + type Migrator interface + Reset func(ctx context.Context, dsn string) error + Up func(ctx context.Context, dsn string) error + type Option func(*options) + func WithPreReset(hook PreResetHook) Option + type PreResetHook func(ctx context.Context, dsn string)