Problem: You want to query your DB via TypeScript


Problem: You want to query your DB via TypeScript.

Solution: Drizzle ORM.

It’s like C#’s “LINQ to SQL”, but for TypeScript.

Drizzle has adapters for Postgres, MySQL, SQLite, and many more.

I like the idea of using one type safe language for my entire stack: TS.
More here: https://orm.drizzle.team

Also a short @fireship_dev summary vid here: https://youtu.be/i_mAHOhpBSA?si=bL2_7piowu45wpGj

View original on X