Redux-ORM

JSON →
library 1.0.3 ·javascript
verified Jun 4, 2026

A small, simple and immutable ORM to manage relational data in your Redux store. It provides a way to define models with relationships (foreign keys, one-to-one, many-to-many) and query them using a familiar ORM-like API. The library integrates with Redux by generating reducers that manage entity state. Current stable version is 1.0.3, released occasionally with bug fixes. Key differentiators: minimalistic design, immutable state, and seamless Redux integration.