Stabilize ORM

JSON →
library 2.1.0 ·javascript
verified Jun 5, 2026

Stabilize ORM v2.1.0 is a modern, type-safe ORM for Bun (primary), Node.js >=18, and Deno, supporting SQLite, MySQL, PostgreSQL, Redis caching, optimistic locking, cursor pagination, and a full-featured query builder. Released under MIT, primarily maintained by ElectronSz with monthly releases. Key differentiators: programmatic model definitions, automatic versioning/travel, built-in migration CLI (stabilize-cli), soft deletes, lifecycle hooks, and pluggable logging. Compared to other Bun ORMs (e.g., Drizzle, Prisma), Stabilize emphasizes a unified API across databases, automatic retry logic, and bundled Redis cache layer.