tj/node-migrate
Abstract migration framework for node observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 5610
- days_rel: n/a
- days_push: 741
- n_releases_24m: 0
Adoption not part of the score
1546 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An abstract migration framework for Node.js that lets developers define up/down migration steps and run them via a CLI or programmatically. It tracks migration state in a state store and is database-agnostic.
Use cases
- run database schema migrations in a node project
- create and apply versioned migration files
- roll back migrations with a down step
- run migrations programmatically during deployment
- manage migrations without being tied to a specific database
When to choose
- you need a lightweight, database-agnostic migration runner for Node.js
- you want both CLI and programmatic migration control
- your ORM lacks a built-in migration tool
When to avoid
- you use an ORM with its own integrated migration system
- you need a non-JavaScript/Node.js stack
- you want a framework with built-in schema diffing for a specific database
Facets
cli-tool · maturity maintenance
database cli developer-tools databases developer-tools backend cli database-migrations schema-migration migration-runner nodejs
1 source
- readme: https://github.com/tj/node-migrate · fetched 2026-08-28 · 1b9543fc41d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tj/node-migrate | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem