sequelize/sequelize-auto
Automatically generate bare sequelize models from your database. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4831
- days_rel: n/a
- days_push: 743
- n_releases_24m: 0
Adoption not part of the score
2926 stars · 523 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A command-line tool that connects to an existing database (MySQL/MariaDB, Postgres, SQLite, or MSSQL) and automatically generates bare Sequelize model files from its schema. It supports TypeScript output, config files, and per-table model options.
Use cases
- generate sequelize models from an existing mysql database
- reverse-engineer postgres schema into sequelize models
- create typescript sequelize models from sqlite tables
- scaffold orm models for a legacy mssql database
- bootstrap node.js backend models without writing them by hand
When to choose
- you already have a database schema and want Sequelize models generated automatically
- you want to avoid hand-writing model definitions for many tables
- you need TypeScript model output for a Sequelize project
When to avoid
- you are starting schema-first and prefer migrations to define models
- you use an ORM other than Sequelize
- you need generated models with custom business logic baked in
Facets
cli-tool · maturity active
orm database cli databases developer-tools backend web-development cli cross-platform sequelize model-generator mysql postgres sqlite mssql typescript schema-introspection code-generation nodejs
2 sources
- readme: https://github.com/sequelize/sequelize-auto · fetched 2026-08-28 · 459e3232ca60
- registry_npm: https://registry.npmjs.org/sequelize-auto · fetched 2026-08-29 · 69fc13bb33cb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sequelize/sequelize-auto | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="sequelize/sequelize-auto")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem