{"library":"mysql-node-migrator","type":"library","category":null,"description":"mysql-node-migrator is a lightweight database migration tool for Node.js and MySQL, currently at version 1.3.0 (stable, low release cadence). It manages SQL change scripts in a folder, tracking executed migrations in a `migration_schema` table. Unlike more complex tools like Knex or Sequelize migrations, it focuses on simplicity: plain SQL files named with a version prefix (e.g., V1__init.sql), automatic execution order, and no rollback support. It wraps promise-mysql (which wraps mysqljs/mysql) and works only with `.createConnection()`, limiting advanced connection pooling. Best suited for small projects or teams wanting minimal migration overhead.","language":"javascript","status":"active","version":"1.3.0","tags":["javascript","node","mysql","migration","change"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-node-migrator","imports":["import migrator from 'mysql-node-migrator';"]},{"cmd":"yarn add mysql-node-migrator","imports":[]},{"cmd":"pnpm add mysql-node-migrator","imports":[]}],"homepage":"https://github.com/patrikmolsson/mysql-node-migrator#readme","github":"https://github.com/patrikmolsson/mysql-node-migrator","docs":null,"changelog":null,"pypi":null,"npm":"mysql-node-migrator","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}