stackpicks.dev
Back to gallery
drizzle-team/drizzle-orm preview
drizzle-team
drizzle-team/

drizzle-orm

ORM

Stars
34.5k
Forks
1.4k
Watchers
34.5k
Open issues
1788
TypeScriptApache-2.0 main Updated 19 hours ago~19 stars/day lifetime
Editor's take

TypeScript-first ORM with SQL-like syntax. ~25k stars. Lighter than Prisma, zero codegen step, faster cold starts on serverless. Becoming the default for new Next.js + Postgres projects.

Use this if

You are on Postgres/MySQL/SQLite, write TypeScript, and want SQL-like queries with type safety.

Skip if

Your team prefers a high-level ORM with relations resolved magically — Prisma is more polished.

Database & ORM
Topics
bunjsmysqlnodejsormpostgrespostgresqlsqlsqlitetursotypescript
Quick install
# Install via npm / pnpm / bun:
pnpm add drizzle-orm
# or
npm install drizzle-orm

Inferred from TypeScript · always double-check against the official README below.

README — rendered from drizzle-team/drizzle-orm

Headless ORM for NodeJS, TypeScript and JavaScript 🚀

WebsiteDocumentationTwitterDiscord


What's Drizzle?

Drizzle is a modern TypeScript ORM developers wanna use in their next project. It is lightweight at only ~7.4kb minified+gzipped, and it's tree shakeable with exactly 0 dependencies.

Drizzle supports every PostgreSQL, MySQL and SQLite database, including serverless ones like Turso, Neon, Xata, PlanetScale, Cloudflare D1, FlyIO LiteFS, Vercel Postgres, Supabase and AWS Data API. No bells and whistles, no Rust binaries, no serverless adapters, everything just works out of the box.

Drizzle is serverless-ready by design. It works in every major JavaScript runtime like NodeJS, Bun, Deno, Cloudflare Workers, Supabase functions, any Edge runtime, and even in browsers.
With Drizzle you can be fast out of the box and save time and costs while never introducing any data proxies into your infrastructure.

While you can use Drizzle as a JavaScript library, it shines with TypeScript. It lets you declare SQL schemas and build both relational and SQL-like queries, while keeping the balance between type-safety and extensibility for toolmakers to build on top.

Ecosystem

While Drizzle ORM remains a thin typed layer on top of SQL, we made a set of tools for people to have best possible developer experience.

Drizzle comes with a powerful Drizzle Kit CLI companion for you to have hassle-free migrations. It can generate SQL migration files for you or apply schema changes directly to the database.

We also have Drizzle Studio for you to effortlessly browse and manipulate data in your database of choice.

Documentation

Check out the full documentation on the website.

Our sponsors ❤️

Live data via GitHub REST API · Cached 30 min · Created 24 Jun 2021