# redux-orm/redux-orm

NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.

Repository: https://github.com/redux-orm/redux-orm
Canonical: https://ross.abutalabs.com/products/redux-orm
Homepage: https://redux-orm.github.io/redux-orm/
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, orm, state-management, state, object-database, relational-database, reducer, selector, javascript, frontend, crud
Last push: 2023-01-16T06:23:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3936, "days_push": 1325, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2931, forks 110 (observed 2026-08-28T04:07:30.657695+00:00)

## What it is
Redux-ORM is a small, immutable ORM for managing relational (normalized) data inside a Redux store, with model declarations, relations, and lazy memoized queries. It is explicitly no longer maintained.

## Use cases
- manage relational data in a redux store
- normalize nested api responses in redux
- define models with foreign keys and many-to-many relations in redux
- query and update normalized state immutably
- generate redux reducers and selectors from models

## When to choose
- you have an existing redux-orm codebase to maintain
- you want a lightweight immutable ORM layer over normalized Redux state

## When to avoid
- starting a new project - the library is not maintained
- you need a real database ORM or server-side persistence
- you use modern state management without Redux

## Facets
- artifact type: library
- maturity: abandoned
- function: orm, state-management
- domain: frontend, web-development, databases
- platform: browser
- tags: redux, immutable-state, relational-data, normalization, selectors, crud, nodejs, javascript

## Member repositories
- redux-orm/redux-orm (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.657695+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-30T07:33:24.959037+00:00, confidence not recorded.
  - readme: https://github.com/redux-orm/redux-orm (fetched 2026-08-28T04:07:30.657695+00:00, sha f788708ca910)
  - homepage: https://redux-orm.github.io/redux-orm/ (fetched 2026-08-29T09:48:51.451746+00:00, sha 677fb85e6eb3)
  - registry_npm: https://registry.npmjs.org/redux-orm (fetched 2026-08-29T09:48:51.460709+00:00, sha 55104f47eb72)
- Data as of 2026-08-30T08:39:29.467469+00:00.
