mysql-patcher
JSON →A database migration tool for MySQL that applies sequential SQL patch files (e.g., patch-0001-0002.sql) to manage schema changes. Current stable version: 0.7.0 (released March 2015). The package has seen no updates in years and relies on the deprecated mysql npm package (not mysql2). Key differentiator: users must supply their own mysql instance, avoiding dependency conflicts. However, the project is effectively abandoned with no releases since 2015, no TypeScript types, and no support for modern MySQL or async/await patterns. Not recommended for new projects.
Resources
packagemysql-patcher ↗