Hacker News new | ask | show | jobs
by esafak 808 days ago
I would not use prisma for anything until they fix https://github.com/prisma/prisma/discussions/12715
1 comments

I wouldn't use find commands beyond the simplest Join. The beauty of Prisma is raw queries, because they're compiled and type-checked against your Entities. That's the whole appeal, IMHO.