株式会社オブライト
Database2026-05-17

Drizzle ORM

Also known as: Drizzle ORM / Drizzle / ドリズルORM

A lightweight, type-safe ORM for TypeScript/JavaScript with a SQL-like query builder and schema-first design. It supports PostgreSQL, MySQL, SQLite, and Turso and is guaranteed to run in edge runtimes.


Overview

Drizzle ORM has a smaller bundle size than Prisma and is well-suited to edge runtimes. Schema definitions are written as TypeScript code and synchronized to the database via `drizzle-kit push`. It works excellently with Hono and Next.js.

Practical Examples

For a hands-on CRUD implementation combining Hono and Drizzle ORM, see Hono + Inertia + React form patterns. It is also used in production contact form implementations.

Related Columns

Related Terms

Feel free to contact us

Contact Us