{"library":"kv-orm","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.3.2","tags":["javascript","kv","key-value","orm","model","nodejs","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install kv-orm","imports":["import { Model } from 'kv-orm'","import type { ModelClass } from 'kv-orm'","import kvOrm from 'kv-orm'"]},{"cmd":"yarn add kv-orm","imports":[]},{"cmd":"pnpm add kv-orm","imports":[]}],"homepage":"https://github.com/GregBrimble/kv-orm#readme","github":"https://github.com/GregBrimble/kv-orm","docs":null,"changelog":null,"pypi":null,"npm":"kv-orm","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}