react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Full featured SQLite3 Native Plugin for React Native (Android and iOS)

Results 151 react-native-sqlite-storage issues
Sort by recently updated
recently updated
newest added

I mean this plugin https://github.com/storesafe/cordova-sqlcipher-adapter I can't find the documentation

Insert with multiline Query String failed. Sample Query : ``` INSERT INTO A (Name, Address, Phone) VALUES ('ABC', 'ABC', '123456'); INSERT INTO B (Name, Identity, Age, Remarks) VALUES ('ABC', 'Card',...

Using react-native-sqlite-storage(v: 6.0.1) and RN (v: 0.70.1), running run-android --varient=release, returns this warning: warn Package react-native-sqlite-storage contains invalid configuration: "dependency.platforms.ios.project" is not allowed. Please verify it's properly linked using "react-native...

## Expected Behavior Expected to connect sqllite storage in windows 10 & using 0.69.9 windows react version. ## Current Behavior Getting Error: Invalid database handle while connecting.

## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) ## Context ## Your Environment * React Native SQLite Storage Version used: * React Native...

I spend almost 10 hour just to get data from the pre populated database. I place my db file for android in \android\app\src\main\assets i am using react native version 0.73.4...

My app works perfectly on iOS, and I'm trying to port it to Android. Any time I run a query with the Returning keyword I get the error below: >...

I’m using SQLite for a prepared database, but I’m encountering an issue where querying even 70 rows of data takes about 4 minutes. here is my code for querying the...

could not invoke FileReaderModule.readAsText null Failed to allocate a 188977624 byte allocation with 25165824 free bytes and 156 MB until OOM ,target footprint 129453024,growth limit 268435456 I am faced this...