sequelize/umzug
Framework agnostic migration tool for Node.js observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 99
- Release rhythm 49
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 585
- age_days: 4326
- days_rel: 124
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2208 stars · 162 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Umzug is a framework-agnostic migration tool for Node.js that provides a clean programmatic and CLI API for running and rolling back migration tasks. It is database agnostic and supports multiple storages for tracking applied migrations, with Sequelize being the most commonly used.
Use cases
- run database migrations in a node.js app
- roll back database schema changes
- manage migrations without being tied to an ORM
- run migrations programmatically from code
- write database migrations in TypeScript
- track applied migrations in a database table
- run migrations from the command line
When to choose
- you need database migrations in a Node.js project with any ORM or database
- you want a programmatic migration API rather than only a CLI
- you use Sequelize and want first-class migration support
- you want to write migrations in TypeScript
When to avoid
- you need migrations for a non-JavaScript stack
- you want a full ORM with built-in migration generation from models
- you need zero-config migrations for a specific framework that ships its own tooling
Facets
library · maturity stable
database cli developer-tools databases developer-tools backend cli cross-platform migrations database-migrations sequelize typescript schema-migration nodejs
2 sources
- readme: https://github.com/sequelize/umzug · fetched 2026-08-28 · cd068bc1f134
- registry_npm: https://registry.npmjs.org/umzug · fetched 2026-08-29 · fa7d3c4f1d98
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sequelize/umzug | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem