Is your feature request related to a problem? Please describe.
I hate manually having to query and manage my local SQLite database in ReactNative, even with Expo.
Describe the solution you'd like
It'd be awesome if I could use the Prisma query engine (?) to query the local SQLite database in ReactNative and Expo.
Describe alternatives you've considered
N/A
Thanks for posting this feature request! We're tracking the progress of the SQLite connector already in this issue: https://github.com/prisma/prisma/issues/2460
So I'm closing this one in favor of #2460.
A SQLite connector wouldn't be enough I'm pretty sure as one can't run the Prisma server on a mobile device. I'm solely talking about turning a Prisma query into Sqlite-compatible SQL string and running it against WebSQL basically. This is a different feature.
@mxstbr my apologies 馃檶 that indeed is a separate issue.
Yes, this would be an amazing feature to have!
If this were supported, Prisma could potentially be the best react-native app data storage API I've seen.
Most helpful comment
A SQLite connector wouldn't be enough I'm pretty sure as one can't run the Prisma server on a mobile device. I'm solely talking about turning a Prisma query into Sqlite-compatible SQL string and running it against WebSQL basically. This is a different feature.