🚀 A lightweight, framework-agnostic database migration tool.
Find a file
2015-11-25 11:04:00 -08:00
driver Initial commit 2015-11-25 10:57:58 -08:00
.gitignore Initial commit 2015-11-25 10:57:58 -08:00
commands.go Rename up command to migrate 2015-11-25 11:04:00 -08:00
commands_test.go Initial commit 2015-11-25 10:57:58 -08:00
docker-compose.yml Initial commit 2015-11-25 10:57:58 -08:00
Dockerfile Initial commit 2015-11-25 10:57:58 -08:00
LICENSE Initial commit 2015-11-25 10:57:58 -08:00
main.go Rename up command to migrate 2015-11-25 11:04:00 -08:00
Makefile Initial commit 2015-11-25 10:57:58 -08:00
README.md Initial commit 2015-11-25 10:57:58 -08:00

Dbmate

Installation

Dbmate is currently under development. To install the latest build, run:

$ go get -u github.com/adrianmacneil/dbmate

Testing

Tests are run with docker-compose. First, install the Docker Toolbox.

Make sure you have docker running:

$ docker-machine start default && eval "$(docker-machine env default)"

To build a docker image and run the tests:

$ make