Drizzleasy
Ultra-simple, type-safe CRUD operations for Next.js with Drizzle ORM.
Why Drizzleasy?
Shipping data features should feel boring and predictable. Drizzleasy gives you a tiny, typed layer over Drizzle ORM so you can:
- Move fast with simple, readable CRUD helpers
- Keep type safety end-to-end with minimal ceremony
- Start with friendly WHERE syntax and “grow down” into Drizzle when you need power
- Plug into production utilities (errors, perf metrics, env validation) when it matters
What is it?
- A small set of typed CRUD helpers and factories (create/read/update/destroy)
- A smart connection initializer that detects your database provider and loads your schema
- Optional client helpers for optimistic UI in React
- A thin layer that never locks you in — drop to Drizzle any time
bun add @remcostoeten/drizzleasy drizzle-ormapp/db-connection.ts
app/actions/users.ts