Do AI agents pick Prisma?
How often agents choose Prisma when a developer needs database & orm — measured across Claude, GPT, Gemini.
95% CI 16%–27%
When developers ask an AI agent for database, Prisma is picked 21% of the time — ranking #1 of 6 measured across Claude, GPT, Gemini.
0 docs in FineWeb · 573 URLs in Common Crawl
98.1M installs / month ▲ 11% MoM
Get the full report
The per-model and per-surface breakdown for Prisma — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.
About Prisma
An open-source database toolkit with an ORM, migrations, and a GUI for Node.js and TypeScript projects.
Prisma provides a type-safe ORM for Node.js and TypeScript, database migration tooling, and Prisma Studio — a GUI for browsing and editing database records. It works with existing databases as well as new projects. It targets backend developers and full-stack teams who want strong typing and a clear data access layer over their relational or other supported databases.
Where to start
Start by defining your data model in a Prisma schema file, then use the Prisma CLI to run migrations and generate the type-safe client for your application.
The rest of the Database & ORM ranking
| 2 | TypeORM | 10% |
| 3 | Mongoose | 8% |
| 4 | Drizzle ORM | 6% |
| 5 | Kysely | 2% |
| 6 | Sequelize | 1% |