About Drizzle ORM

Drizzle ORM is a TypeScript-first ORM that takes a different philosophy than Prisma: instead of abstracting SQL, it embraces it. Drizzle's query builder closely mirrors SQL syntax, making queries feel natural and giving developers full control with type safety.

Drizzle is extremely lightweight (no heavy abstractions), works with edge runtimes (Cloudflare Workers, Vercel Edge, Deno), and generates zero-overhead SQL at compile time. Drizzle Kit provides schema migrations, and Drizzle Studio offers a visual database browser.

For developers who want type-safe SQL without magic, who work at the edge, or who have performance-critical applications where every kilobyte counts, Drizzle has become the preferred ORM in the modern TypeScript ecosystem.

Key Features

SQL-like TypeScript query builder
Full type inference on all queries
Works in Edge runtimes (Cloudflare, Vercel Edge)
Zero overhead abstractions
Drizzle Kit for schema migrations
Drizzle Studio (visual browser)
Supports PG, MySQL, SQLite, D1
Extremely small bundle size

Tags

#ORM#TypeScript#Edge#Free#Open Source
Pricing
Free, Open Source

Platforms
Node.jsEdge runtimesDeno

Rating
4.7/ 5.0

Suggested Tools

👋 Need help with code?