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

**Description**: -------**************---------------------------- we developed react-native-windows app with react-native-sqlite-storage latest version. We observed that database operations such as **select**, insert, delete, update is taking more time when we compare with iOS...

can i use db.executeSql(query) without using db.transaction(). I've tried it and it's working in react-native with react-native-sql-storage. But what will be the difference between using it with or without db.transaction()

Installed pod on iOS application and this issue started coming. I already had an iOS application inside which i have integrated react-native at certain controller. Then i have installed this...

Hello. Firstly, thanks for your hard work on this project, for sure it is really good. Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The...

In my react native app, installation is ok but when start my metro then i get this warning. Package version: 6.0.1 "react": "18.2.0", "react-native": "0.71.8", "react-native-sqlite-storage": "^6.0.1", warn Package react-native-sqlite-storage...

db.executeSql('PRAGMA foreign_keys = ON'); Execute this after creating connection and it will solve your issue .. it worked for me. _Originally posted by @AdnanAshraf-pro in https://github.com/andpor/react-native-sqlite-storage/issues/478#issuecomment-934100851_ ‘PRAGMA foreign_keys=ON;’ executed and...

Library Maintainers please help to know about the plan for New Architecture support

Hi, I'm in the process of developing a census surveillance system using SQLite storage in React Native. However, I'm encountering a performance issue. Initially, when I log in for the...

I'm trying to get transactions to work using this library, but some reason rollback is not working. My expectation is that if any statement in the transaction failed, the whole...