@capacitor-community/sqlite 7.0.0-dev.bf54d28.1747847115 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/electron/dist/plugin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ You'll need the usual capacitor/android/react npm script to build and copy the a
|
|
|
122
122
|
|
|
123
123
|
- In case you get the following error when building your app in Android Studio:
|
|
124
124
|
`x files found with path 'build-data.properties'.`
|
|
125
|
-
You can
|
|
125
|
+
You can add the following code to `app/build.gradle`:
|
|
126
126
|
```
|
|
127
127
|
packagingOptions {
|
|
128
128
|
exclude 'build-data.properties'
|
|
@@ -355,7 +355,7 @@ npm install --save-dev electron-builder@24.6.4
|
|
|
355
355
|
## Dependencies
|
|
356
356
|
|
|
357
357
|
The iOS and Android codes are using `SQLCipher` allowing for database encryption.
|
|
358
|
-
The iOS
|
|
358
|
+
The iOS code is using `ZIPFoundation` for unzipping assets files
|
|
359
359
|
The Electron code is using `better-sqlite3-multiple-ciphers` , `electron-json-storage` and `node-fetch` from 5.0.4.
|
|
360
360
|
The Web code is using the Stencil component `jeep-sqlite` based on `sql.js`, `localforage`. and `jszip`
|
|
361
361
|
|