Drizzle is a lightweight, SQL-first TypeScript ORM focused on performance and minimal abstraction.

How I use it

I pick Drizzle when I want SQL-level control with typed queries — especially in serverless or edge environments where bundle size counts.