https://github.com/c4milo/migrator
Opinionated database migration library for Go applications.
https://github.com/c4milo/migrator
go library migrations postgresql
Last synced: about 1 year ago
JSON representation
Opinionated database migration library for Go applications.
- Host: GitHub
- URL: https://github.com/c4milo/migrator
- Owner: c4milo
- License: mpl-2.0
- Created: 2015-03-04T23:04:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T05:33:11.000Z (over 7 years ago)
- Last Synced: 2025-04-11T21:21:43.636Z (about 1 year ago)
- Topics: go, library, migrations, postgresql
- Language: Go
- Size: 50.8 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Migrator
[](https://godoc.org/github.com/c4milo/migrator)
[](https://travis-ci.org/c4milo/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`