Hacker News new | ask | show | jobs
by navlelo 1826 days ago
How does this compare to Prisma?
1 comments

Check out this page in the Prisma docs:

https://www.prisma.io/docs/concepts/overview/should-you-use-...

Hasura is great if you want to get a CRUD GraphQL API. Prisma on the other hand in an ORM that you import into your application code giving you more flexibility into the potential use-cases for it.