mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
🚀 A lightweight, framework-agnostic database migration tool.
| driver | ||
| .gitignore | ||
| commands.go | ||
| commands_test.go | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
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