really want to use supabase, but i am definitely a...
# javascript
c
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
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
Did you mean the rest api that it exposes?
h
seperation of concerns and a single graphql endpoint by stitching services together
s
So you are purely using Supabase as a database as in only using its database directly?
c
weird that discord is not notifying me that there is a reply on this thread 😦
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