Categorygithub.com/adamhassel/migrate
modulepackage
2.0.0+incompatible
Repository: https://github.com/adamhassel/migrate.git
Documentation: pkg.go.dev

# Packages

Package direction just holds convenience constants for Up and Down migrations.
Package driver holds the driver interface.
Package file contains functions for low-level migration files handling.

# Functions

New migrations Handle.
Open migrations Handle.
WithHooks allows to add pre/post migration hooks.

# Structs

Handle encapsulates migrations functionality.

# Type aliases

Option for New.