A native migration tool for Sequelize that generates migrations directly from your models.
- Native Sequelize - Uses Sequelize's internal metadata, no parsing needed
- Smart Comparison - Compares models with database schema
- Automatic Migration Generation - Generates SQL from model changes
- Detailed Preview - See exactly what will change
- Safe - Transaction-based migrations with rollback
- Beautiful CLI - Clean, colorful output
npm install -D schemaos
schemaos init
schemaos generate
schemaos apply
schemaos dev -- npm run dev
schemaos status