Versions in this module Expand all Collapse all v1 v1.0.1 May 15, 2026 Changes in this version + type DownOptions struct + All bool + Steps int + To string + type UpOptions struct + Steps int + To string v1.0.0 May 15, 2026 Changes in this version + type Runner struct + func New(s *store.Store, logger *slog.Logger, userName string) *Runner + func (r *Runner) ApplyBatch(ctx context.Context, pending []*parser.Migration, inBatch map[string]bool) error + func (r *Runner) Down(ctx context.Context, all []*parser.Migration, toVersion string) error + func (r *Runner) Up(ctx context.Context, all []*parser.Migration, toVersion string) error