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 149 react-native-sqlite-storage issues
Sort by recently updated
recently updated
newest added

A user recently ran into an issue with a database that the app downloads and installs. So I did some testing and tried to reproduce it. So the current workflow...

I am trying to insert more than 5000 records in one time but I got failed and the app freezes in the middle of the process maybe when it reach...

Hi I want to sync two database in two phones together. I tried to copy database to Download folder and then transfer to another phone. I make a folder in...

Hi How could I sync databases of two applications in two devices ?

I am doing a simple insert query that contains different data types (if it matters) and i get the error "plugin.warn is not a function": where data is a dictionary...

This appears when clicking on "Run demo" button from the sample/test demo: ``` TypeError: null is not an object (evaluating 'NativeModules["SQLite"][method]') at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException at node_modules/react-native/Libraries/Core/ExceptionsManager.js:171:19 in handleException at...

The app I am working at downloads a big amount of data when it starts, which is saved in a sqlite database using this library. I noticed the process blocks...

## Expected Behavior Be able to open a pre-populated database and run tests to ensure that it has expected schema and data. (I am not talking about mocks - That's...

Hello guys! I'm developing a react-native application using typeorm and typeorm uses your library in order to offer SQLite support for react-native users. I really need to use UPSERT feature...

I need to overwrite the current database placed in the www folder. But I hace to reinstall the app to see the changes in my database. Thanks in advance