react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Full featured SQLite3 Native Plugin for React Native (Android and iOS)
Hi, Some of our users have reported an issue related to the SQLite lib. After updating their phone's OS( Color OS) to 11(Android 11), SQLite operation is broken. In debug...
There in no information in the documentation about how someone can export sqlite databases into phone storage or through http request to a server or cloud storage?
I try to open database with database is located in internal storage on Android. But got error "Could not open database" my code : ` const db = await SQLite.openDatabase({name...
## Expected Behavior Using bundled SQLite should work after adding configuration to react-native.config.js ## Current Behavior Build crashes with `PackageList.java:17: error: package io.liteglue does not exist import io.liteglue.SQLitePluginPackage; ^ /android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:99:...
Is there a storage limit for this library? Currently coming across some issues with a very large query. The app works fine for smaller queries.
Is there an API reference for this library? For example, I see many different `openDatabase` calls in the README file. How can I find out what are all the possible...
Hi, I uploaded sqlite db from IOS live app.Uploading feature is working fine.But sometimes data is not updated (issue only in uploaded db) in this db.its like a prepopulated db....
Hello, In our app, we have been randomly experiencing issues with the database failing to process queries with the error "unable to open database file" and code 0. Unfortunately, the...
I'm working on a react-native application where I'm running 275k queries (broken into groups of 20k). With hermes disabled, it takes about 5 minutes to complete versus 20 minutes with...
This was all working before very recently just fine. I didn't upgrade or anything, all I did was make a small change to the databases and paste the new databases...