migrator

Opinionated database migration library for Go applications.

MPL-2.0 License

Stars
7

Migrator

Opinionated database migration library for Go applications.

Supported databases

  • Postgres

When building your project using this library, make sure you pass build tags to compile only the driver you want to use. Example: go build -tags postgres or go test -tags postgres

Package Rankings
Top 7.33% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Build Status