DEV Community

Vision
Vision

Posted on

Prisma or TypeORM ?

Anyone else having issues with Prisma for PostgreSQL? I've always loved TypeORM and Entity Framework, but Prisma seems to be giving me a lot of headaches. Curious to hear how others are finding itโ€”any tips or similar experiences?

Top comments (1)

Collapse
 
fyodorio profile image
Fyodor

The most balanced orm solution these days is drizzle, imo. Prizma is kinda clunky and โ€œforeignโ€ in terms of the mental model. TypeORM is clunky in terms of the size and boilerplate overhead. Idk, drizzle with zod for validations looks quite reasonable in the modern TS world.