Drizzle ORM (Beta)
JSON →Drizzle ORM is a lightweight (~7.4kb gzipped), headless TypeScript ORM for SQL databases (PostgreSQL, MySQL, SQLite) with zero dependencies. Version 0.44.4 is the current beta release. It supports serverless and edge runtimes (Node.js, Bun, Deno, Cloudflare Workers) without any data proxies. Key differentiators include tree-shakeability, full type safety without code generation, relational and SQL-like query builders, and seamless integration with Drizzle Kit for migrations. Compared to Prisma or TypeORM, Drizzle offers finer control, lower overhead, and no lock-in.