package
3.0.1+incompatible
Repository: https://github.com/mattes/migrate.git
Documentation: pkg.go.dev

# Packages

Package testing has the source tests.

# Functions

Open returns a new driver instance.
Parse returns Migration for matching Regex pattern.
Register globally registers a driver.

# Constants

# Variables

Regex matches the following pattern: 123_name.up.ext 123_name.down.ext.

# Structs

Migration is a helper struct for source drivers that need to build the full directory tree in memory.
Migrations wraps Migration and has an internal index to keep track of Migration order.

# Interfaces

Driver is the interface every source driver must implement.

# Type aliases

Direction is either up or down.