Drizzle ORM
TypeScript ORM with SQL-like syntax and zero abstractions
Language: TypeScriptCategory: ORMFirst released: 2022Created by: Drizzle TeamLicense: Apache-2.0
Drizzle ORM is a lightweight, performant TypeScript ORM that feels like writing SQL. It offers a schema-based approach with a familiar relational query API, automatic migrations, and great serverless compatibility. Drizzle supports PostgreSQL, MySQL, SQLite, and Cloudflare D1, emphasizing minimal overhead and maximum flexibility for developers who want control over their queries.
Links
Key Features
SQL-Like Query BuilderZero AbstractionsType-SafeAutomatic MigrationsServerless Ready