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

Based on the output here, can someone advise me what I am doing wrong? I followed the steps in the doc to use a [pre-populated database for ios](https://github.com/andpor/react-native-sqlite-storage#setting-up-your-project-to-import-a-pre-populated-sqlite-database-from-application-for-ios). I have...

Is it possible to locate and download a database file from iPhone?

I was searching for the documentation showing how WAL can be enabled for simultaneous reading and writing

enhancement

Updating the code lib fixed the #462 issue. **Tested Environments:** RN: 0.62.1 Device: S21 Android 11

i created 3 tables test , images , services and all things were good . the table images has a foreign key : `"CREATE TABLE IF NOT EXISTS images (ID...

Currently passing an object or function as parameter causes an unhandled exception, without calling error callbacks or rejecting promise. The reason is that, on such inputs, an undefined function `plugin.error()`/`plugin.warn()`...

Make the readme a little more clear

I've found that using sqlBatch can cause large performance improvements for me, but sometimes I want to do more than 1 batch in a single transaction. I added an optional...

There seems to be an issue that prevents sqlite databse from opening when calling ` SQLite.openDatabase` on windows platform here's the code ``` import * as React from 'react'; import...

queries don't get executed result callback function not running ## Expected Behavior create a table if does not exist and view my data ## Current Behavior the result callback function...