CLI tool to manage SQL migrations
Report Bug
·
Request Feature
This tool comes with sensible defaults for test projects, such as:
- host:
localhost
- port:
3306
- username:
root
- migrations dir:
./db/migrations
Migration files follow the format YYYYMMDD_hhmmss_db_type.sql
20240920_174815_db_schema.sql
20240920_174815_db_data.sql
20240920_174815_db_full.sql
- Download the latest release that matches your architecture and OS
- Extract the archive
- (suggested) Move the executable to one of your PATH dirs
- Run the executable from within your project
Distributed under the MIT License. See LICENSE for more information.