Categorygithub.com/gosidekick/migration/v2
package
2.3.1
Repository: https://github.com/gosidekick/migration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

migration

Build Status Go Report Card GoDoc MIT Licensed codecov Maintainability

PostgreSQL migration tool with transactions

./migration exec -url "postgres://postgres@localhost:5432/dbname?sslmode=disable" -dir ./fixtures -action up
./migration exec -url "postgres://postgres@localhost:5432/dbname?sslmode=disable" -dir ./fixtures -action down 2
./migration exec -url "postgres://postgres@localhost:5432/dbname?sslmode=disable" -dir ./fixtures -action status