{"library":"sequelize-migration-2","type":"library","category":null,"description":"Sequelize Migration 2 is a Node.js library for managing database migrations using raw SQL scripts in Sequelize projects. Version 2.0.0 focuses on MySQL and PostgreSQL, with untested support for other dialects. It creates a `db_migration` table to track applied migrations and supports modular script directories per dialect. Compared to other tools, it relies purely on SQL files rather than JavaScript-based migrations, and the release cadence is low, with no major updates since 2020. Key differentiators include simplicity, dialect-specific folders, and optional MD5 checksum verification planned for future releases.","language":"javascript","status":"maintenance","version":"2.0.0","tags":["javascript","sequelize","migration"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sequelize-migration-2","imports":["const SequelizeMigration = require('sequelize-migration-2');","const migration = new SequelizeMigration(sequelize);"]},{"cmd":"yarn add sequelize-migration-2","imports":[]},{"cmd":"pnpm add sequelize-migration-2","imports":[]}],"homepage":"https://github.com/sergiofilhowz/sequelize-migration-2#readme","github":"https://github.com/sergiofilhowz/sequelize-migration-2","docs":null,"changelog":null,"pypi":null,"npm":"sequelize-migration-2","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}