crx-orm

JSON →
library 1.1.0 ·javascript
verified Jun 5, 2026

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.