A simple db migrator that will be used in a personal project.
Publish docker image on dockerhub(Released on v0.1.0 - 2024/11/20)- Add support for revert and deploy until checkpoint.
- Handle 100% of the errors.
- Code refactoring.
- Create action.
This project is intended to run on linux, there is two ways of running it:
The first one is downloading the binary:
wget https://github.com/kramer2005/migrator/releases/download/v0.1.0/migrator
chmod +x migrator
./migrator --helpThe second one is running the docker image:
curl -sL https://bit.ly/kdev-migrator | bash -s -- --helpYou can replace --help with any other command.
Feel free to contribute to this project, just open a PR and I will review it as soon as possible.