Drizzle ORM

Headless TypeScript ORM with a head

Vendor
Drizzle Team
Also known as
drizzle, drizzleorm

Available worldwide

What is Drizzle ORM?

A next-generation TypeScript ORM supporting multiple database backends including PostgreSQL, MySQL, SQLite, SingleStore, MSSQL, and CockroachDB. Features type-safe queries, schema management, migrations, and relational capabilities.

Independently observed

Drizzle ORM pricing

We don't have Drizzle ORM's full plan breakdown yet (its pricing page resisted automated reading). Here's what we could confirm. Always check live pricing for exact numbers.

What Drizzle ORM does

The capabilities that matter for orm & database tools, normalised so it lines up with every alternative. “-” means we haven't confirmed it, not that it's missing.

Core
Type-safe queries
Schema migrations
Relations / joins API
Languages
JavaScript, TypeScript
Modelling
Schema-first modelling
Flexibility
Raw SQL escape hatch
Portability
Multiple database backends
Ops
Connection pooling
-
DX
Data browser / studio
Independently observed

Platform & deployment

Independently observed
Platforms
  • CLI
  • Web

Integrations (7)

Independently observed
  • PlanetScale
  • Neon
  • Vercel Postgres
  • Supabase
  • Xata
  • AWS Data API
  • Netlify Database

Drizzle ORM FAQ

Common questions about Drizzle ORM, answered from independent, dated evidence.

What is Drizzle ORM and what problem does it solve?

Drizzle is a TypeScript ORM that provides type-safe database access while allowing developers to write actual SQL rather than relying on abstraction layers. It bridges the gap between raw SQL control and compile-time type safety, making it suited for teams that know SQL and want to leverage it directly without learning a new query language.

Source: https://orm.drizzle.team

What databases does Drizzle ORM support?

Drizzle works with PostgreSQL, MySQL, SQLite, CockroachDB, MSSQL, and SingleStore. It connects through industry-standard drivers and supports multiple cloud database providers including Neon, Vercel Postgres, Supabase, and PlanetScale.

Source: https://orm.drizzle.team/docs

Is Drizzle ORM open source and what is its licensing model?

Drizzle ORM is free and open-source with no licensing costs. Development is community-supported and the code is publicly available on GitHub with over 35,000 stars.

Source: https://orm.drizzle.team

What JavaScript runtimes and deployment platforms does Drizzle ORM support?

Drizzle runs on TypeScript/JavaScript and supports serverless and edge computing platforms including Cloudflare Workers, Vercel, Deno Deploy, Bun, Fly.io, and browser environments. It also works with traditional Node.js applications.

Source: https://orm.drizzle.team

Does Drizzle ORM have external dependencies?

Drizzle contains zero external dependencies, making it lightweight and ideal for serverless environments where minimal package size and dependency trees matter. This design choice also simplifies deployment and reduces potential security surface area.

Source: https://orm.drizzle.team/docs/overview

What are the main features that distinguish Drizzle ORM from other ORMs?

Drizzle offers both SQL-like and relational query APIs, ensuring queries always generate exactly one SQL statement. It uses TypeScript for schema definition and includes Drizzle Studio for database exploration, JIT row mappers for near-zero ORM overhead, and built-in validation schema integrations with tools like Zod and Valibot.

Source: https://orm.drizzle.team

Who should consider using Drizzle ORM?

Drizzle is ideal for developers building modern full-stack TypeScript applications, teams deploying to serverless environments, and developers who are comfortable with SQL and want to avoid learning a proprietary query language. It suits projects where type safety, performance, and direct database control are priorities.

Source: https://orm.drizzle.team

Drizzle ORM alternatives

Other orm & database tools we track, ranked by the same independent score.

Independent · unbought · dated

The Vioscale score: one lens on the evidence

Not user reviews and not a paid placement: a confidence-weighted blend of the independent signals below (adoption, activity, security posture, and more), which you can sort and re-weight yourself. Vendors can correct their listing but can never move their rank, and stars are weighted low as a vanity metric. It is one way to read the evidence for Drizzle ORM, not the verdict.

Balanced composite 73 / 100
low · 45%
Signal contributions to the composite score
SignalScoreWeightContributionEvidence
Package Downloads9426.002447.0
Capabilities8716.001387.5
Release Cadence9310.00927.8
Pricing Transparency808.00640.0
Price Level1006.00600.0
Github Activity2718.00478.9
Github Stars865.00429.0
Integrations268.00207.8
Reliability08.000.0-
Security Posture013.000.0-
Stackoverflow Activity012.000.0-

Computed . Re-weight it by intent, or see the full method.

All data & sourcesshow ↓

Every value we hold, with its source, retrieval date, and confidence. This is the evidence behind the score: don't trust it, verify it.

Activity

AttributeValueEvidence
Commits last 30d6mediumsource · 2026-08-01 · 65%

Adoption

AttributeValueEvidence
Package downloads weekly17,616,328highsource · 2026-08-01 · 85%
Github stars35,328highsource · 2026-08-01 · 90%

Content

AttributeValueEvidence
Faq[{"answer":"Drizzle is a TypeScript ORM that provides type-safe database access while allowing developers to write actual SQL rather than relying on abstraction layers. It bridges the gap between raw SQL control and compile-time type safety, making it suited for teams that know SQL and want to leverage it directly without learning a new query language.","source":"https://orm.drizzle.team","question":"What is Drizzle ORM and what problem does it solve?","confidence":0.95},{"answer":"Drizzle works with PostgreSQL, MySQL, SQLite, CockroachDB, MSSQL, and SingleStore. It connects through industry-standard drivers and supports multiple cloud database providers including Neon, Vercel Postgres, Supabase, and PlanetScale.","source":"https://orm.drizzle.team/docs","question":"What databases does Drizzle ORM support?","confidence":0.95},{"answer":"Drizzle ORM is free and open-source with no licensing costs. Development is community-supported and the code is publicly available on GitHub with over 35,000 stars.","source":"https://orm.drizzle.team","question":"Is Drizzle ORM open source and what is its licensing model?","confidence":0.95},{"answer":"Drizzle runs on TypeScript/JavaScript and supports serverless and edge computing platforms including Cloudflare Workers, Vercel, Deno Deploy, Bun, Fly.io, and browser environments. It also works with traditional Node.js applications.","source":"https://orm.drizzle.team","question":"What JavaScript runtimes and deployment platforms does Drizzle ORM support?","confidence":0.94},{"answer":"Drizzle contains zero external dependencies, making it lightweight and ideal for serverless environments where minimal package size and dependency trees matter. This design choice also simplifies deployment and reduces potential security surface area.","source":"https://orm.drizzle.team/docs/overview","question":"Does Drizzle ORM have external dependencies?","confidence":0.95},{"answer":"Drizzle offers both SQL-like and relational query APIs, ensuring queries always generate exactly one SQL statement. It uses TypeScript for schema definition and includes Drizzle Studio for database exploration, JIT row mappers for near-zero ORM overhead, and built-in validation schema integrations with tools like Zod and Valibot.","source":"https://orm.drizzle.team","question":"What are the main features that distinguish Drizzle ORM from other ORMs?","confidence":0.93},{"answer":"Drizzle is ideal for developers building modern full-stack TypeScript applications, teams deploying to serverless environments, and developers who are comfortable with SQL and want to avoid learning a proprietary query language. It suits projects where type safety, performance, and direct database control are priorities.","source":"https://orm.drizzle.team","question":"Who should consider using Drizzle ORM?","confidence":0.93}]highsource · 2026-07-30 · 94%

Features

AttributeValueEvidence
Capabilities{"raw_sql":true,"multi_db":true,"languages":"JavaScript, TypeScript","relations":true,"migrations":true,"studio_gui":true,"schema_first":true,"type_safe_queries":true}mediumsource · 2026-08-01 · 60%

Integrations

AttributeValueEvidence
Count7mediumsource · 2026-08-01 · 60%

Language

AttributeValueEvidence
PrimaryTypeScripthighsource · 2026-08-01 · 90%

License

AttributeValueEvidence
SpdxApache-2.0highsource · 2026-08-01 · 99%

Market

AttributeValueEvidence
Availability{"source":"https://orm.drizzle.team","confidence":0.9,"primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}highsource · 2026-07-30 · 90%

Pricing

AttributeValueEvidence
Modelcommerciallowsource · 2026-08-01 · 40%
Free tierYesmediumsource · 2026-08-01 · 60%
Price levelfreemediumsource · 2026-08-01 · 60%
TransparentYesmediumsource · 2026-08-01 · 60%

Release

AttributeValueEvidence
Cadence days13mediumsource · 2026-08-01 · 70%