Menu

#Drizzle

11 posts

Feed·
11 of 11 posts
Drizzle ORM vs Kysely vs Knex.js (2026): SQL Query Builder Showdown
🖼️
0

Drizzle ORM vs Kysely vs Knex.js (2026): SQL Query Builder Showdown

DEV Community·丁久·24 days ago
#iH6fZHE2
#orm#sql#typescript#database#knex#drizzle

Comparison of TypeScript SQL tools: Drizzle (lightweight ORM), Kysely (type-safe query builder), and Knex.js (veteran). When to use a query builder instead of a full ORM.

15s
Read More
Prisma vs Drizzle vs TypeORM (2026): Best TypeScript ORM?
🖼️
0

Prisma vs Drizzle vs TypeORM (2026): Best TypeScript ORM?

DEV Community·丁久·24 days ago
#vl4avPpe
#prisma#orm#typescript#database#drizzle#best

Schema-first vs SQL-like vs decorator-based — find the right TypeScript ORM for your stack. Performance benchmarks, migration workflows, and real-world DX compared.

15s
Read More
Eloquent's Magic Is Gone. Drizzle Makes You Name Column Types.
🖼️
0

Eloquent's Magic Is Gone. Drizzle Makes You Name Column Types.

DEV Community·Gabriel Anhaia·about 1 month ago
#PF05HNek
#typescript#php#schema#drizzle#type#email

Eloquent infers your schema at runtime through magic methods. Drizzle reads it from the schema you wrote. The rewiring goes deeper than you think.

15s
Read More
📰
0

How do you handle errors with Drizzle ORM?

Reddit r/webdev·u/Spare_Message_3607·about 1 month ago
#v0JKRrJU
#drizzle#result#type#handle#errors#article

Better-auth have a result type. Zod safe parse have a result type but there’s no way It is so annoying to map every error from the driver manually. What do you guys do to avoid drizzle throwing an exception e.g. Illegal insert no duplicate fields.

15s
Read More
📰
0

Problem with migrations in Drizzle ORM

Reddit r/Backend·u/Shinigami_oneesan·about 1 month ago
#PcAuUtdH

Hey guys, I am working with the Drizzle ORM and Supabase, and every time I have created my tables and run the command: 'npm run db:migrate', this is what I get in my terminal, " No config path provided, using default 'drizzle.config.ts' Reading config…

15s
Read More