kv-orm

JSON →
library 0.3.2 ·javascript
verified Jun 5, 2026

A Node.js ORM for key-value datastores, currently at version 0.3.2. Provides a model-based abstraction layer over KV stores like Cloudflare Workers KV, offering schema validation, relationship handling, and CRUD operations. Ships TypeScript types. Release cadence is low; pre-1.0 so APIs may break. Differentiates from raw KV clients by providing an ORM-style interface with models, attributes, and queries. Suited for simple KV-backed applications but not for complex relational needs.