Categorygithub.com/contextwtf/migrate
modulepackage
0.0.1
Repository: https://github.com/contextwtf/migrate.git
Documentation: pkg.go.dev

# Functions

FilterApplied returns the slice of ms containing all migrations in ms that haven't yet been applied.
GetApplied returns the list of currently-applied migrations.
Run runs all unapplied migrations in m.
Validity returns an error if the provided list of migrations isn't valid.

# Structs

Error records an error and the migration that caused it.
Migration describes a PostgreSQL database migration.