D1 ORM
JSON →A simple, strictly typed ORM for Cloudflare's D1 SQLite database. Version 0.9.2 provides a TypeScript-first API with inferred types, supporting CRUD operations, migrations, and query building. It differentiates from raw D1 usage by offering model-based schema definition, automatic type inference via Infer, and common ORM patterns like first/all/insert/update/delete. Designed for Cloudflare Workers, it requires @cloudflare/workers-types v3.16.0+ and is actively maintained with a focus on type safety.
Resources
packaged1-orm ↗