react-native-nitro-sqlite
react-native-nitro-sqlite copied to clipboard
📕 Fast SQLite library for React Native built using Nitro Modules
While analyzing the code, I found a typo. There is no problem with the operation, but the contents will be delivered separately. ### Changes 1. `colunmName` -> `columnName`
- I use library to create database - but I can't find file data of my database - I need it to connect by dbeaver. I want test query before...
Current version is about a year out of date
Hey there, Will this library supports in react-native-windows and react-native-macos. if not any plans are there any chances on a plan to support RN-Windows and RN-Macos at some point.
I've noticed that the sqlite lib crashes when codepush restarts the app, if there are a pending async queries. The reason is that it tries to use a runtime that...
Consider the following sql script: ``` CREATE TABLE foo (id INTEGER); CREATE TABLE bar (id INTEGER); ``` With the current interface, only the first statement will be executed and no...
Hi, ### Library version 8.0.4 ### Issue README contains wrong examples of using the library (or the types need to be reviewed, you decide). If we take the *Simple queries*...
After upgrading to SDK49 I started getting the following error when using `expo run:ios`: ``` ❌ (ios/Pods/Headers/Public/react-native-quick-sqlite/sqlite3.h:723:8) 721 | */ 722 | typedef struct sqlite3_file sqlite3_file; > 723 | struct...
I am trying to save the DB file inside the App Data folder (e.g. `/storage/emulated/0/Android/data/com.package.name`). And I have this code: ```javascript // other imports import { QuickSQLiteConnection, open } from...
**DISCLAIMER 1:** This is not a PR intended to be merged, use at your own risk **DISCLAIMER 2:** I don't really know anything about C++ ------ ## Intro This PR...