Versions in this module Expand all Collapse all v1 v1.5.0 Sep 13, 2026 v1.4.0 Sep 10, 2026 v1.3.1 Sep 10, 2026 v1.3.0 Sep 10, 2026 Changes in this version + type Config struct + DSN string + DSNExtraSources []string + Dialect string + FS fs.FS + MigrationsDir string + Service string + type Runner struct + func New(cfg Config) (*Runner, error) + func (r *Runner) Down(ctx context.Context, target string) error + func (r *Runner) Status(ctx context.Context, out io.Writer) error + func (r *Runner) Up(ctx context.Context, target string) error