front-orm

JSON →
library 0.3.0-beta.9 ·javascript
verified Jun 4, 2026

front-orm (v0.3.0-beta.9) is a client-side ORM for building reactive data layers with RESTful APIs. It provides an EntityManager that manages model definitions, field types (PrimaryKey, StringField, NumberField, CollectionField, EntityField), and auto-fetching of missing properties. Unlike alternatives like remult or redux-orm, front-orm integrates reactivity via an optional setReactivity callback (e.g., using watch-object) and supports lazy loading, CRUD hooks, and a flush-based commit pattern. It is in beta, with monthly releases, and is best suited for small apps and prototypes. Requires a server that can signal data changes (e.g., WebSockets) for full real-time support.