Do AI agents pick TypeORM?
How often agents choose TypeORM when a developer needs database & orm — measured across Claude, GPT, Gemini.
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.
0 docs in FineWeb · 54 URLs in Common Crawl
18.2M installs / month ▲ 1% MoM
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.
The rest of the Database & ORM ranking
| 1 | Prisma | 21% |
| 3 | Mongoose | 8% |
| 4 | Drizzle ORM | 6% |
| 5 | Kysely | 2% |
| 6 | Sequelize | 1% |