package
1.9.1
Repository: https://github.com/jfrog/go-dbmigrate.git
Documentation: pkg.go.dev

# Packages

Package direction just holds convenience constants for Up and Down migrations.

# Functions

Create creates new migration files on disk.
Down rolls back all migrations.
DownSync is synchronous version of Down.
Graceful enables interrupts checking.
Migrate applies relative +n/-n migrations.
MigrateSync is synchronous version of Migrate.
NewPipe is a convenience function for pipe.New().
NonGraceful disables interrupts checking.
Redo rolls back the most recently applied migration, then runs it again.
RedoSync is synchronous version of Redo.
Reset runs the down and up migration function.
ResetSync is synchronous version of Reset.
Up applies all available migrations.
UpSync is synchronous version of Up.
Version returns the current migration version.