Sequelize Auto Migration
JSON →An auto-migration and seeder tool for ElectronJs and Node.js applications using Sequelize ORM with relational databases (MSSQL, PostgreSQL, SQLite3). Version 0.0.7 (latest) provides a simple API to automate schema migration and seeding by passing a Sequelize instance and file paths. It stores completed migrations in SequelizeMeta table and seeders in SequelizeData, mirroring sequelize-cli. The tool is lightweight and integrates with Electron's main process, but lacks active maintenance—last updated in 2020, with unaddressed issues and no TypeScript support. Compared to sequelize-cli, it offers a programmatic alternative without CLI commands.
Resources
packagesequelize-auto-migration ↗