Drizzle ORM is a lightweight, TypeScript-first Object-Relational Mapping (ORM) tool designed for modern JavaScript runtimes. It supports environments like Node.js, Bun, Deno, and even edge runtimes, providing developers with a flexible and type-safe way to interact with databases. Drizzle ORM emphasizes performance and developer experience.
Features
- TypeScript-first ORM with full type safety
- Compatible with Node.js, Bun, Deno, and edge runtimes
- Supports various SQL dialects
- Lightweight and performant with no data proxies
- Provides tools for schema migrations and seeding
- Open-source under the Apache-2.0 license
