# db-migrate/node-db-migrate

Database migration framework for node

Repository: https://github.com/db-migrate/node-db-migrate
Canonical: https://ross.abutalabs.com/products/node-db-migrate
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2025-08-04T08:05:33+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 35, release rhythm 8, longevity 100
- inputs: {"age_days": 5381, "days_push": 394, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2344, forks 361 (observed 2026-08-28T04:06:39.643155+00:00)

## What it is
db-migrate is a database migration framework for Node.js, usable as a CLI tool or local module. It supports MySQL, PostgreSQL, SQLite3, and MongoDB through official driver plugins.

## Use cases
- run database schema migrations in a node.js app
- version control database schema changes
- migrate postgres schema from the command line
- manage mysql migrations in javascript
- roll back database migrations
- set up repeatable database migrations for sqlite

## When to choose
- you need a mature, database-agnostic migration tool for Node.js
- you want migrations runnable from CLI or programmatically
- you use MySQL, PostgreSQL, SQLite, or MongoDB

## When to avoid
- your stack is not Node.js
- you need databases outside the officially supported drivers
- you prefer an ORM's built-in migration system

## Facets
- artifact type: cli-tool
- maturity: active
- function: database, cli, developer-tools
- domain: databases, developer-tools, backend
- platform: cli, cross-platform
- tags: database-migrations, schema-migration, mysql, postgresql, sqlite, mongodb, nodejs

## Member repositories
- db-migrate/node-db-migrate (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:39.643155+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:37:04.569038+00:00, confidence not recorded.
  - readme: https://github.com/db-migrate/node-db-migrate (fetched 2026-08-28T04:06:39.643155+00:00, sha c7d07f57a72b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
