{"library":"mobx-orm","type":"library","category":null,"description":"A MobX-based ORM (Object-Relational Mapping) library for managing API resources and other asynchronous data sources. Current stable version is 0.5.0-alpha.8, with a development cadence that has slowed since 2019. It integrates tightly with MobX, leveraging observable state and computed properties to manage relationships like belongsTo, hasMany, and hasOne. Key differentiators: unlike plain MobX stores, it provides a structured model layer with built-in normalization, foreign key resolution, and query support for API data, reducing boilerplate for complex data-fetching apps. However, it is in early alpha, lacks full CRUD, and may have breaking changes.","language":"javascript","status":"active","version":"0.5.0-alpha.8","tags":["javascript","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mobx-orm","imports":["import { Model } from 'mobx-orm'","import { Repository } from 'mobx-orm'","import { belongsTo } from 'mobx-orm'"]},{"cmd":"yarn add mobx-orm","imports":[]},{"cmd":"pnpm add mobx-orm","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"mobx-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}