sequelize/cli
The Sequelize CLI observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 99
- Release rhythm 32
- 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: 245
- age_days: 4513
- days_rel: 240
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2558 stars · 525 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity active
cli database orm developer-tools databases developer-tools backend web-development cli cross-platform sequelize migrations seeders database-migrations orm-tooling javascript nodejs
1 source
- readme: https://github.com/sequelize/cli · fetched 2026-08-28 · 3559e579d320
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sequelize/cli | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem