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

WELL IM new in this field can anyone please tell me whether i can enable encryption or not ?

Is this Module https://sqlite.org/rtree.html implemented in iOS *and* Android, or only in one, or in none of them?

Table Values functions json_tree and json_each aren't supported (for Android). It works for iOS. ## Expected Behavior Using json_each and json_tree are standard SQLite JSON1 Extensions. Without these function, json...

Hi. I'm trying run a transaction, that will insert many rows (in this specific case, ~270k rows, on a table with two colmns (numeric, and text with max of 64...

Is it Possible to view size of the db, ? And can anyhow increase the limit of 2gb limit? What is the criteria to limit to 2gb , My phone...

Fixes #504 There should be 2 commits here, one for each build.gradle file, but they are the same change in both. Works locally Second commit coming in a moment when...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. jcenter proclaimed they would stay up...

The README has clear guides on how to set it up on iOS and Android but no mention of using it in React Native Windows even though it is mentioned...

## Expected Behavior ## Current Behavior Periodically, I'm seeing sqlite get stuck in a loop with the message: No callback found with cbID 1013120 and callID 506560 for module .Args:[[{"qid":1111,"result":{"rows":[{"1":1}],"rowsAffected":0},{"qid":1111,"result":{"rows":[],"rowsAffeced":0},"type":"success"}]]...

There is - up to now - no Database for React-Native available, that handles Spatial Data and Spatial Queries. There is a extension for SQLite, bringing basic functionalities of a...