mysql2-migration
JSON →A migration tool for MySQL using the mysql2 package in Node.js, version 2.2.1. It provides a simple CLI to create and run database migrations, similar to other migration frameworks. The package requires a config file at ./config/database.js and is executed via a single migration.js file. Supports up, down, and refresh commands, with options to run specific migrations or limit the number. It targets Node.js >= 12.22.12 and is available on npm as mysql2-migration.
Resources
packagemysql2-migration ↗