Curious if most people use Prisma with Supabase. I...
# off-topic
j
Curious if most people use Prisma with Supabase. I’m not currently, and it’s been just fine. But wondering if I’m missing out, or if this is a decision I’ll regret as my site grows
s
I think this is more of a personal decision more than anything else, it shouldn't matter what other people are using that much but more what your project requires and how your team works. I tend to use the
supabase-js
client library as it handles every requirement my projects have very well.
j
Sweet! Thanks for this. I feel the same way, but was wondering if there was something huge I was missing out on. Thank you!