Drizzle ORM

TypeScript ORM for SQL databases

ORMTypeScriptSQL

A lightweight TypeScript ORM for SQL databases with a focus on type safety and performance.

Why I like it

Type Safety

Strong typing for queries and models.

Lightweight

Minimal footprint with no runtime dependencies.

An ORM that doesnt suck

I have tried so many ORMs and usually they start good but then become a pain to work with. Drizzle ORM is the first one that I actually enjoy using a week into a project.