Versions in this module Expand all Collapse all v0 v0.2.0 Apr 23, 2026 Changes in this version + type CaseResult struct + Err error + Name string + type Runner struct + func NewRunner(dsn, dir string, d interfaces.MigrationDriver) *Runner + func (r *Runner) Run(ctx context.Context) []CaseResult + func (r *Runner) Setup(ctx context.Context) error + type Suite struct + DSN string + func NewSuite(dsn string) *Suite + func (s *Suite) Run(t *testing.T, d interfaces.MigrationDriver)