Skip to content
Rahul Dahal
packagedatabase · typescript · orm

drizzle-orm

A TypeScript ORM that stays out of your way.

Why I like it

It is the first ORM that has not eventually made me want to write raw SQL instead. The query builder is thin, the types are honest, and the migrations are diffs you can read.

#database#typescript#orm