Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Drizzle ORM - TypeScript ORM that feels like writing SQL

  • Share this:
post-title

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It is a library and not a framework. It follows the SQL-like syntax whenever possible, are strongly typed ground up, and fail at compile time, not in runtime. If you know SQL, you know Drizzle ORM. It is as simple. 

It supports Zod schema generation. It is fully typed partial and non-partial selects of any complexity.

It has support for PostgreSQL, MySQL, SQLite, libSQL, Turso, Supabase.

https://github.com/drizzle-team/drizzle-orm
https://orm.drizzle.team/
License:
Tech: