CL ORM

JSON →
library 2.1.3 ·javascript
verified Jun 5, 2026

CL ORM is a lightweight ORM for Cloudflare Workers, supporting both D1 and Durable Objects SQL Storage. Version 2.1.3 is the latest stable release, with a rapid release cadence. It provides a unified Connection interface across different database drivers, automatic prepared statements, and user-friendly query building with operators like eq, ne, gt, lt, gte, lte. It is designed to be intuitive and productive, focusing on essential functionality without the overhead of larger ORMs like Prisma or Drizzle.