Hacker News new | past | comments | ask | show | jobs | submit login

Prisma is definitely limited when it comes to advanced use cases. I have been using it for two years and we are now moving to postgraphile because of this. And Prisma 2 doesn’t help, it makes it worse.



TBF, Prisma2 also includes a sql breakout that allows you to run whatever Postgres-flavor sql you want in your code.


Yes, Prisma allows you to run hand crafted SQL queries. That’s is the bare minimum I would expect from it. Graphile on the other hand allows you to do this AND to systematically generate whole classes of such requests, through plugins.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: