Log inSign up
← Back to all posts
Code editor with syntax highlighting

Why Drizzle feels good in a Next.js app

by Grace Hopper

Drizzle gives you SQL-shaped query building with strong inference from your schema file. Inside a Next.js server component you can hit the database directly — no REST layer, no ORM overhead, no hidden magic. Migrations live next to your code and ship through drizzle-kit.

Comments (1)

Leave a comment