Do AI agents pick Sequelize?
How often agents choose Sequelize when a developer needs database & orm — measured across Claude, GPT, Gemini.
95% CI 0%–3%
When developers ask an AI agent for database, Sequelize is picked 1% of the time — ranking #6 of 6 measured across Claude, GPT, Gemini.
0 docs in FineWeb · 101 URLs in Common Crawl
11.7M installs / month ▼ 3% MoM
Get the full report
The per-model and per-surface breakdown for Sequelize — where it wins, where it loses, and to whom — plus an alert when the Pick Rate moves.
About Sequelize
A promise-based ORM for Node.js that maps JavaScript objects to relational database tables.
Sequelize lets Node.js developers interact with relational databases—including Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, DB2, and Snowflake—using JavaScript or TypeScript instead of raw SQL. It handles transactions, model associations, eager and lazy loading, and read replication. It suits backend developers who want a code-first approach to database access without writing SQL by hand.
Where to start
Install Sequelize alongside the dialect-specific driver for your database, then follow the official Getting Started guide at sequelize.org to define your first model and connect to a database.
The rest of the Database & ORM ranking
| 1 | Prisma | 21% |
| 2 | TypeORM | 10% |
| 3 | Mongoose | 8% |
| 4 | Drizzle ORM | 6% |
| 5 | Kysely | 2% |