really want to use supabase, but i am definitely addicted to Prisma + nexus graphql, is there a tutorial to explain how to achieve supabase + ?
s
silentworks
10/13/2021, 12:35 AM
I'm not sure what benefit you would get from this, as in Supabase's main selling point for most people is its client library, which means you don't need to create graphql queries.
c
comfy
10/13/2021, 1:40 AM
Did you mean the rest api that it exposes?
h
hips
10/13/2021, 4:22 PM
seperation of concerns and a single graphql endpoint by stitching services together
s
silentworks
10/13/2021, 11:42 PM
So you are purely using Supabase as a database as in only using its database directly?
c
comfy
10/19/2021, 6:27 PM
weird that discord is not notifying me that there is a reply on this thread 😦
comfy
10/19/2021, 6:27 PM
I am hoping to be able to use the fully typed prisma query + migration at the same time levereage supabase features such as RLS + Auth, storage etc