react-native-nitro-sqlite
react-native-nitro-sqlite copied to clipboard
π Fast SQLite library for React Native built using Nitro Modules
We'd like to create a change feed. Whilst some ORM's support this within their own layers e.g. TypeORM Subscribers, we have some complex raw insert/update queries which it doesn't cover...
- Incorrect parameters for `open` function - Missing information for setting flags on Android
sqlite3.c tries to use the `TMPDIR` environment variable which resolves to `/data/user/0//cache` except for Android 12 devices. I'm not sure if this is a bug in android, but it leads...
Many thanks for providing and maintaining this awesome library! I have followed the docs and was successful to set it up and write/read data from sqlite with TypeORM. I am...
Hello, thank you for taking ownership of the library. Iβm wondering if you could fork the opsfranco repo and maintain history. Maintaining history has a lot of benefits and itβs...
### Add detox support by exclude some libs in **build.gradle** #### What went wrong If run android app via detox test, it will failed during the build. Issue is with...
I'm facing the same issue presented here: https://github.com/ospfranco/react-native-quick-sqlite/issues/118 Any idea what can it be? I can help on fixing it but do not have much experience with this kind of...
I took a fresh Expo SDK 51 project with RN 0.74.1 installed and ran `npx expo run:android`. I got the following error message during the build process: ``` > Task...