nativescript-sqlite
nativescript-sqlite copied to clipboard
SQLite Bindng for NativeScript
Importing nativescript-sqlite import { Sqlite } from "nativescript-sqlite"; Above line reports: - Could not find a declaration file for module 'nativescript-sqlite'. 'node_modules/nativescript-sqlite/sqlite.js' implicitly has an 'any' type. Try `npm i...
I updated my App from NativeScript 8.0 to 8.1 and on iOS I wasn't able to load data from the sqlite db. The console give me ``` CONSOLE ERROR: ERROR...
Hi, I've created a table in Sqlite which has a column of type 'Blob'. I've uploaded images using the "DB Browser" GUI and I'm now looking to retrieve the rows...
I have an app that has two databases. Sometimes I need to delete one of them. When I delete one of them on Android, the application keeps running fine and...
hi, the `copyDatabase` just copies the database from assets (Android I didn't check ios) but there are situations that we need to copy it from sdcard to database folder (like...
Each time i deploy app, my database changes are getting lost. Sqlite.copyDatabase is handy for restoring database from a backup, but it would be extremely helpful to have a way...
I come from a web background where i have bee using EntityFramework alot. I think a nice feature would be to have an .include() function. Essentially. what it would do...
Would it be possible to support custom functions in sqlite on iOS and Android. It would be desirable to be able to define custom functions and have them implemented by...