{"library":"localstorage-orm","type":"library","category":null,"description":"localstorage-orm is a lightweight TypeScript ORM for browser localStorage that provides a model-based CRUD interface with schema validation, timestamps, soft deletes, and reference/population support. Current stable version is 1.1.0. It uses a simple builder pattern for records and supports find/findById methods. Key differentiators: direct localStorage persistence with no backend required, TypeScript-first with type safety, and built-in reference population for relational data management within the browser. Release cadence is irregular; latest update was September 2024.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","db","database","localStorage","crud","orm","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install localstorage-orm","imports":["import { Model } from 'localstorage-orm'","import { Schema } from 'localstorage-orm'","import { Model } from 'localstorage-orm'; new Model<Person>('person')"]},{"cmd":"yarn add localstorage-orm","imports":[]},{"cmd":"pnpm add localstorage-orm","imports":[]}],"homepage":"https://github.com/johnreybacal/localstorage-orm#readme","github":"https://github.com/johnreybacal/localstorage-orm","docs":null,"changelog":null,"pypi":null,"npm":"localstorage-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}