Hello everyone, I have recently started to look in...
# orm-help
m
Hello everyone, I have recently started to look into Hasura, and as much as I love the idea of having less to deal with graphql, I really appreciate the schema + migrations devX from Prisma and I would like to keep it in a setup involving Hasura (core, not hasura cloud). In the end, I would like to use Prisma as the ORM in my custom handlers, and define my database schema with this rather than the console. Per their documentation, it's possible, but I would like to have feedbacks from anyone actually using such a combination for real before moving forward with this. Has anyone some thoughts about it ? Especially, I have some questions • Is it possible to the extend that I want it to be ? • Is it okay, not to use the Hasura API in custom actions ? I feel like I am moving on to something considered a "bad practice" • In the end, was your migration to Hasura worth it ? Many thanks for your help, and happy new year !