sqlite
sqlite copied to clipboard
Community plugin for native & electron SQLite databases
Hello guys, I'm struggling to find out how is the best way to implement `addUpgradeStatement ` I'm developing an Ionic APP using ``` "@capacitor-community/barcode-scanner": "^2.0.1", "@capacitor-community/electron": "^4.1.0", "@capacitor-community/keep-awake": "^2.1.0", "@capacitor/android":...
Is there a plan to create a version of this plugin that is compatible with Capacitor v4? If so, is there any projected timeline for this?
**Describe the bug** When using the function `importFromJson()` only part of the data contained in the JSON is imported. A simple illustrated example: I have a service called `SyncService`. Upon...
**Describe the bug** There seems to be a duplicate file between this plugin and probably another one (not sure which) that when I add this plugin I get a compilation...
**Is your feature request related to a problem? Please describe.** We are trying to insert binary data into the SQLite database. It's not best practice, but we'd like to have...
**Describe the bug** When attempting to call a delete statement using multiline strings, e.g. ``` let query = ` DELETE FROM sample_table WHERE col_1 = ? AND col_2 = ?...
Thank you for your work on this. We have a long-running SQL query that imports gigabytes of data and requires the use of the database connection with transaction enabled. Is...
> **Warning** > This is a large and breaking changes pull request. Please read full description to fully understand. ## Goal - Transform database upgrade proccess into an incremental process,...
Can someone point me to a guide on best practices for SQLite usage in Vue? Particularly with regard to connection management. Or just answer here. I'm writing an app and...
**Describe the bug** This isn't really a bug, but it's not a feature request either. I've created preliminary support for using @capacitor-community/sqlite with http://knexjs.org/ The typing isn't great because knex...