Category

ORM / Query Layer

How your code talks to the database.

7 options in this category — pick one.

Prisma

Type-safe ORM with a schema file and migrations.

Cost
Free
Popularity
Difficulty
Easy
#typescript#open-source
LLM knowledge

Raw SQL

Just write SQL — a thin driver like `pg` or `postgres.js`.

Cost
Free
Popularity
Difficulty
Medium
#open-source
LLM knowledge

Drizzle

Lightweight TS-first ORM / query builder — SQL-shaped API.

Cost
Free
Popularity
Difficulty
Medium
#edge#typescript#open-source
LLM knowledge

Entity Framework Core

Microsoft's ORM for .NET.

Cost
Free
Popularity
Difficulty
Medium
#enterprise
LLM knowledge

Kysely

Type-safe SQL query builder — no ORM magic.

Cost
Free
Popularity
Difficulty
Medium
#edge#typescript#open-source
LLM knowledge

TypeORM

Decorator-based ORM popular in the NestJS world.

Cost
Free
Popularity
Difficulty
Medium
#typescript#open-source
LLM knowledge

Sequelize

Mature JS ORM — predates TypeScript-era tools.

Cost
Free
Popularity
Difficulty
Medium
#open-source
LLM knowledge
Browse other categories