modulepackage
0.0.0-20240613031459-65aa49660c06
Repository: https://github.com/wkalt/migrate.git
Documentation: pkg.go.dev
# README
Migrate
Simple library for management of Postgres migrations. Migrations are expressed in code instead of SQL files, to enable migration data to pass through code if needed.
# Functions
Migrate the database through outstanding migrations.
# Type aliases
Migration represents a database migration.