Database Drizzle ORM
Drizzle ORM
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
Last updated: January 14, 2024

Overview

  • Drizzle ORM is a TypeScript-based, headless ORM, focusing on performance and flexibility.
  • It adopts a SQL-like approach, allowing for a seamless transition for those familiar with SQL.
  • Designed to be lightweight and simple, it offers a user-friendly experience without sacrificing capability.
  • Supports major databases like PostgreSQL, MySQL, and SQLite, ensuring broad applicability.
  • Optimized for serverless architectures, making it suitable for modern, cloud-based applications.