Report card

Do AI agents pick TypeORM?

How often agents choose TypeORM when a developer needs database & orm — measured across Claude, GPT, Gemini.

TypeORM

#2 of 6 database
10%Pick Rate
95% CI 7%15%

When developers ask an AI agent for database, TypeORM is picked 10% of the time — ranking #2 of 6 measured across Claude, GPT, Gemini.

Picked 10% Named, not picked 36% Never surfaced 54%

Beaten by Prisma (21%).

Awareness

0 docs in FineWeb (10BT sample) · 54 URLs in Common Crawl

In the raw web crawl, but thin in the filtered corpus models actually train on — an awareness gap at the source.

AdoptionDid the pick convert to installs? Public Adoption = npm downloads of your packages. The proof half of the funnel.

18.2M installs / month ▲ 1% MoM

Installs are roughly flat month over month.

Get the full report

The per-model and per-surface breakdown for TypeORM — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.

About TypeORM

A data-mapper ORM for TypeScript and modern JavaScript that works across multiple relational and non-relational databases.

TypeORM lets developers define database models as TypeScript classes and interact with databases using an object-oriented API rather than raw SQL. It supports a wide range of databases including MySQL, MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, and MongoDB. It targets TypeScript and ES2023+ projects where type safety and decorator-based entity definitions are preferred.

Where to start

Install the package along with the appropriate database driver for your target database, then define entity classes with TypeORM decorators to map them to database tables or collections. The official TypeORM documentation covers connection setup and entity configuration as the primary starting point.

Install

Links and summary verified from public sources.

The rest of the Database & ORM ranking

← Full Database & ORM leaderboard · How this is measured