Mar 3 · 8 min read · Drizzle ORM: The SQL-Like TypeScript Database Toolkit Most ORMs try to hide SQL from you. They invent their own query language, generate SQL behind the scenes, and give you an object-oriented abstraction that works well until it does not. Then you s...
Join discussionMar 3 · 7 min read · Database Migrations and ORMs: Prisma, Drizzle, Knex, and Beyond The question of how to talk to your database from application code has more answers than ever. Full ORMs, lightweight query builders, type-safe raw SQL wrappers, standalone migration run...
Join discussionFeb 15 · 10 min read · Introduction Choosing an ORM for your TypeScript project is one of those decisions that reverberates through every database interaction in your application. Two tools have emerged as frontrunners in the modern TypeScript ecosystem: Prisma and Drizzle...
Join discussion
Feb 12 · 3 min read · Drizzle ORM Advanced Patterns: Type-Safe Queries That Scale The Problem That Nobody Talks About I still remember the day when I discovered this the hard way. After months of using the old approach, I stumbled upon this solution and everything changed...
Join discussionOct 1, 2025 · 5 min read · October 1, 2025 - Developers utilizing a modern stack with Hono, Drizzle ORM, and Cloudflare D1 may encounter a baffling anomaly during local development. A strange behavior has been observed where select queries with where parameters seem to ignore ...
Join discussion
Sep 26, 2025 · 8 min read · ______________________________________________ About Project In this project, we will build a bridge that can connect an API with a database. Hono will be the architect who designs and builds the main bridge. Drizzle serves as the inspector who mai...
Join discussionNov 22, 2024 · 4 min read · An Object-Relational Mapper (ORM) is a programming technique for converting data between incompatible systems using object-oriented programming techniques. 1 In the context of database applications, it simplifies interactions between programming la...
Join discussion