react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Full featured SQLite3 Native Plugin for React Native (Android and iOS)
In my app I do not hold a reference to opened database while in foreground. Every time I open the database and close it after some operations. This leads to...
I am creating an app and I would like to be able to use the upsert syntax https://sqlite.org/lang_UPSERT.html The UPSERT syntax was added to SQLite with version 3.24.0 (2018-06-04). When...
required to build on the latest version of Android Studio
I'm trying to open a db from a path looking like: `/private/var/mobile/Containers/Shared/AppGroup/F4CECCE9-569A-4AB5-B0D7-1C7E705295F3/default.sqlite` Both my app and my call directory extension are using the same app group. So I want the...
2020-03-05 21:28:48.487 19190-25041/com.szewec.dd_project.dev I/ReactNativeJS: SQLite.open({"name":"dd_project.db","dblocation":"nosync"}) 2020-03-05 21:28:48.502 19190-25041/com.szewec.dd_project.dev I/ReactNativeJS: SQLite.backgroundExecuteSqlBatch({"dbargs":{"dbname":"dd_project.db"},"executes":[{"qid":1111,"sql":"BEGIN","params":[]},{"qid":1111,"sql":"CREATE TABLE IF NOT EXISTS t_project(id VARCHAR(48) PRIMARY KEY NOT NULL,name TEXT,industryType VARCHAR(16),contractList TEXT);","params":[]}]}) 2020-03-05 21:28:48.520 19190-25041/com.szewec.dd_project.dev I/ReactNativeJS: SQLite.backgroundExecuteSqlBatch({"dbargs":{"dbname":"dd_project.db"},"executes":[{"qid":1111,"sql":"COMMIT","params":[]}]}) 2020-03-05 21:28:48.999...
## Expected Behavior Here's my schema: ``` sqlite> .schema CREATE TABLE risk (id integer primary key, description varchar, weight integer, severity integer, likelihood integer, type_1 varchar, type_2 varchar, approach_time varchar,...
Hi, sorry to bother you, and I know this isn't an "issue" as such. But is there a Typescript Definition file I can download somewhere for this package? I am...
have a problem opening the sqlite database. I have a request that downloads a .zip and then unzip it to open the sqlite database. ```js // imports import SQLite from...
Like https://github.com/litehelpers/Cordova-sqlite-storage/issues/837, which just landed a couple days ago. Many details on the security vulnerability are in the links in that issue.
Hi, when I tried to get all products from the database, an issue occurred "Cannot read property 'echoStringValue' of undefined"