Ross ROSS = Recommend OSS · open-source software intelligence for agents

sequelize/cli

The Sequelize CLI observed · 2026-08-28

github.com/sequelize/cli · JavaScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sequelize/climain76

For agents

markdown · JSON · MCP: product_card(name="sequelize/cli")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem