Congratulations and question about GraphQL-to-SQL pattern #343
Replies: 1 comment
-
Thanks for your feedback! Regarding your question, I want to first emphasise that Prisma doesn't do anything with GraphQL, since that is up to the user. However, we do have an internal protocol which looks similar to GraphQL which translates simple queries to SQL depending on the exact SQL database (or at some point even any database). However, we really want to focus that you don't have to think about that, and access data by writing native application code. I also see that it's already mentioned in the article – Prisma client already does some data loading for you in order to make some queries faster; and I guess there's a lot more to come in the future. Let me know if that answer was helpful or if you want to know something specific. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your amazing work!
I'm sorry if there is already something like this discussed here but I can't find it.
What do you think about https://medium.com/@__xuorig__/on-graphql-to-sql-146368a92adc?
Beta Was this translation helpful? Give feedback.
All reactions