A lightweight ORM for Chrome extension storage that provides a structured way to define schemas and interact with chrome.storage.local/sync. Version 1.1.0 is current; it supports schema-based model definitions with validation, querying, and CRUD operations. Differentiates from raw chrome.storage by offering a familiar ORM pattern with type safety, migration support, and automatic serialization. Development appears infrequent, with limited releases since initial publish.
npm install crx-ormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a schema and model for User, creates a record, and queries it using chrome.storage.
Ensure code runs inside a Chrome extension background script or popup where chrome.storage is available.
Consider alternatives like webextension-polyfill or raw chrome.storage if updates are needed.
Monitor storage usage and handle quota errors in your own code.
Run inside a Chrome extension context (background script, popup, etc.).
Ensure all required fields are provided when calling create().
No dependency data recorded yet.