Skip to content
StackDatabases

Databases

Drizzle ORM

Type-safe data access that stays close to SQL.

In brief

An ORM I value for keeping the schema and TypeScript types in sync while queries retain their SQL character.

How I use it

I modeled Zümra Akademi's broad data domain — prospects, students, lessons, payments, homework, and communication — on PostgreSQL.

  • 01

    Type-safe schema

  • 02

    Migration management

  • 03

    Queries close to SQL