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

Having an issue with login, Can anyone help with this, please? I am building a react native app where I am creating a user account and authenticating the user via...

I installed the package, but it shows me a problem and asks me to communicate with those who maintain the package to solve the problem because I could not connect...

I wanted to use [JSON Functions And Operators](https://www.sqlite.org/json1.html) and after reading the issues I found that I need to use the Android native SQLite #480. Then I changed the react-native.config.js...

**"react": "17.0.2", "react-native": "0.66.4", "react-native-sqlite-storage": "^6.0.1",** Have added below code in **react-native.config.js** file dependencies: { "react-native-sqlite-storage": { platforms: { android: { sourceDir: "../node_modules/react-native-sqlite-storage/platforms/android-native", packageImportPath: "import io.liteglue.SQLitePluginPackage;", packageInstance: "new SQLitePluginPackage()" }...

- Upgrade to React Native and React Native Windows 0.71 - Upgrade Windows tooling to Visual Studio 2022 - Use DefaultPlatformToolset and WinSDK 10.0.22000.0

Short: I tried to update the db file, delete the db file on the device and reopen it - however app (simulator) still uses the old db data. When I...

Hi, i need to encrypt prepopulated database using SQLCipher, react-native-sqlite-storage in version 3.3.3 support this encryption method?

### Explanation The issue stemmed from two separate places. 1. `.GetResults()` seems to have been used as an attempted `await`, but does not function that way. Replaced with `.get()` which...

Everything works well. But it is very inconvenient because there is no way to visually examine the table. Is there a way to connect some kind of debugger to the...