salzar
Explore posts from serversPPrisma
•Created by salzar on 9/30/2024 in #help-and-questions
introspecting never loading
Hi, I have a freshly setup project and db with a couple simple tables in it, and when I pull my db with prisma, I just infinitely load on introspecting based on datasource defined in prisma/schema.prisma. How do I fix this and get past this? I made sure the configuration and DB url is correct. I am using supabase for a db
7 replies
DTDrizzle Team
•Created by salzar on 7/3/2024 in #help
How do I use Drizzle with Supabase an Expo?
I’m trying to figure out how to use Drizzle with Expo React Native and Supabase. I know there’s a package that’s made for Expo but it’s for ExpoSQLITE. Could I install the regular drizzle package and set it up normally for Supabase? Or would that make my app vulnerable because all the queries are happening locally on device.
Thanks in advance
9 replies