Do AI agents pick Drizzle ORM?
How often agents choose Drizzle ORM when a developer needs database & orm — measured across Claude, GPT, Gemini.
95% CI 4%–10%
When developers ask an AI agent for database, Drizzle ORM is picked 6% of the time — ranking #4 of 6 measured across Claude, GPT, Gemini.
0 docs in FineWeb · 93 URLs in Common Crawl
80.0M installs / month ▲ 15% MoM
Get the full report
The per-model and per-surface breakdown for Drizzle ORM — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.
About Drizzle ORM
A TypeScript ORM for SQL databases that keeps queries close to raw SQL.
Drizzle ORM is a TypeScript-first ORM for SQL databases that lets developers define schemas and write queries in TypeScript while staying close to standard SQL syntax. It targets TypeScript and JavaScript developers who want type-safe database access without the abstraction overhead of heavier ORMs. It supports popular SQL databases including PostgreSQL, MySQL, and SQLite.
Where to start
Install the core package along with the driver for your target database, define your schema using Drizzle's schema builders, and use the query API or raw SQL helpers to interact with your database.