package
0.0.2
Repository: https://github.com/tcfw/go-migrate.git
Documentation: pkg.go.dev

# Functions

Migrate runs all migration up increments in date order.
NewSimpleMigration helper func for quickly declaring a simple migration.

# Structs

SimpleMigration a simple struct where the up and down functions can be assigned by attributes.

# Interfaces

Migration holds both up and down increments for a single migration.

# Type aliases

MigrationIncrement applies an increment to the DB.
MigrationList a slice of migration.