Drizzle ORM is a lightweight, TypeScript-first ORM for SQL databases, focusing on type safety and raw query power without abstraction leaks.
It generates migrations and supports PostgreSQL, MySQL, SQLite.
Choose Drizzle when:
Note: Use relational queries for efficient joins.
Prepare statements for perf in loops.
Integrate with Zod for validation.