Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + func LoadSchemaSnapshot(ctx context.Context, cwd string, config Config) (migrator.Snapshot, error) + func Main() + func Run(ctx context.Context, cwd string, args []string, stdout, stderr io.Writer) error + type Config struct + DSN string + Dialect string + MigrationTable string + Out string + SchemaFunction string + SchemaPackage string + func LoadConfig(cwd string, options Options) (Config, error) + type Options struct + ConfigPath string + DSN string + Dialect string + MigrationTable string + Out string + SchemaFunction string + SchemaPackage string