# sequelize/cli

The Sequelize CLI

Repository: https://github.com/sequelize/cli
Canonical: https://ross.abutalabs.com/products/sequelize-cli
Language: JavaScript
License: MIT
License Family: permissive
Topics: sequelize, javascript, migrations, seeders, cli, hacktoberfest
Last push: 2026-08-26T16:49:54+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 32, longevity 100
- inputs: {"age_days": 4513, "days_push": 7, "days_rel": 240, "gap_med": 245, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2558, forks 525 (observed 2026-08-28T04:07:00.845935+00:00)

## What it is
The official command-line interface for the Sequelize ORM, providing commands to initialize projects, generate models, migrations, and seeders, and run or revert database migrations and seeds. It is installed as a dev dependency (sequelize-cli) and used via npx in Node.js projects.

## Use cases
- run pending database migrations for a sequelize project
- generate a new model and its migration file
- seed a database with test data
- revert the last database migration
- initialize sequelize config and directory structure in a project
- create and drop databases from configuration

## When to choose
- you use Sequelize ORM and need managed schema migrations
- you want to scaffold models, migrations, and seeders quickly
- you need repeatable database setup across environments

## When to avoid
- you use a different ORM or raw SQL migration tools
- your project does not use Node.js or Sequelize
- you need a GUI database management tool

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, database, orm, developer-tools
- domain: databases, developer-tools, backend, web-development
- platform: cli, cross-platform
- tags: sequelize, migrations, seeders, database-migrations, orm-tooling, javascript, nodejs

## Member repositories
- sequelize/cli (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:00.845935+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:23:38.353097+00:00, confidence not recorded.
  - readme: https://github.com/sequelize/cli (fetched 2026-08-28T04:07:00.845935+00:00, sha 3559e579d320)
- Data as of 2026-08-30T08:39:29.467469+00:00.
