sequelize/sequelize-typescript
Decorators and some other features for sequelize observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3871
- days_rel: n/a
- days_push: 865
- n_releases_24m: 0
Adoption not part of the score
2839 stars · 287 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TypeScript library providing decorators and type-safe features for Sequelize v6, enabling class-based model definitions with @Table, @Column, and association decorators. It adds repository mode, scopes, hooks, and validation on top of Sequelize's ORM capabilities.
Use cases
- define sequelize models with typescript decorators
- type-safe orm for nodejs with typescript
- define one-to-many and many-to-many associations declaratively
- use repository pattern with sequelize
- add validation and hooks to database models
- migrate javascript sequelize models to typescript
When to choose
- you use Sequelize v6 and want type-safe, decorator-based model definitions
- you prefer class-based models over Sequelize's attribute-object style
- you want declarative associations like @HasMany and @BelongsToMany with type inference
When to avoid
- you use Sequelize v7 or a different ORM like TypeORM or Prisma
- your project is plain JavaScript without TypeScript
- you need the very latest Sequelize features not yet supported by this wrapper
Facets
library · maturity active
orm database type-system databases web-development backend developer-tools cross-platform sequelize decorators sql typescript-orm model-associations nodejs typescript
1 source
- readme: https://github.com/sequelize/sequelize-typescript · fetched 2026-08-28 · c14a13104fba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sequelize/sequelize-typescript | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="sequelize/sequelize-typescript")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem