//
pkg.gl
Category
github.com/adamhassel/migrate
module
package
2.0.0+incompatible
Repository:
https://github.com/adamhassel/migrate.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
11
Dependents
0
Files
329 SLOC
#
Packages
direction
Package direction just holds convenience constants for Up and Down migrations.
driver
Package driver holds the driver interface.
file
Package file contains functions for low-level migration files handling.
#
Functions
New
New migrations Handle.
Open
Open migrations Handle.
WithHooks
WithHooks allows to add pre/post migration hooks.
#
Structs
Handle
Handle encapsulates migrations functionality.
#
Type aliases
Option
Option for New.