[React Native] Creating client with Supabase crashes
with db.ts like so (pretty basic)
the app crashes after calling this function
with the following schema
4 Replies
i cannot see logs because of how fast it crashes
I also did prebuilds and removed cache
performed migration + generation before prebuild
makes me think SQLite is the only supported DB type
Prisma for React Native in Early access only has support for SQLite at the moment.
thanks
does it mean that you are planning on adding more dbs in the future for rn prisma?
also how long do you think it will take your team to make it compatible with Turso (sqlite) and other services like supabase or vercel db, long story short make it as compatible as regular Prisma?