capacitor-community / proposals

Plugin and platform requests ✋
75 stars 2 forks source link

Data Storage SQLite #54

Open jepiqueau opened 4 years ago

jepiqueau commented 4 years ago

Plugin Request

Name: data-storage-sqlite Package: @capacitor-community/data-storage-sqlite

Platform(s)

Android, iOS, Electron, Web

Existing Solutions

The Capacitor Storage plugin store the data on window.localeStorage or localeStorage for PWA. This plugin will offer a permanent storage for key-value pairs using SQLite on iOS, Android and Electron and fall back to IndexDB using localForage for Web and PWA.

Description

Storage of key-value pairs of type string on SQLite For iOS and Android, the store can be encrypted with a pass-phrase using SQLCipher. The plugin will be a transfer of ownership for the capacitor-data-storage-sqlite, please refers to https://github.com/jepiqueau/capacitor-data-storage-sqlite for a complete description of the plugin The release 2.3.0 of the capacitor-data-storage-sqlite has been prepared to ease the transfer of ownership by updating the plugin to follow the recommendations of the capacitor-community

jepiqueau commented 4 years ago

I do not know why the Platform(), Existing Solutions and Description are not filled so i put it back Platform(s) Android, iOS, Electron, Web

Existing Solutions The Capacitor Storage plugin store the data on window.localeStorage or localeStorage for PWA. This plugin will offer a permanent storage for key-value pairs using SQLite on iOS, Android and Electron and fall back to IndexDB using localForage for Web and PWA.

Description Storage of key-value pairs of type string on SQLite For iOS and Android, the store can be encrypted with a pass-phrase using SQLCipher. The plugin will be a transfer of ownership for the capacitor-data-storage-sqlite, please refers to https://github.com/jepiqueau/capacitor-data-storage-sqlite for a complete description of the plugin The release 2.3.0 of the capacitor-data-storage-sqlite has been prepared to ease the transfer of ownership by updating the plugin to follow the recommendations of the capacitor-community

riderx commented 2 years ago

Should be close

riderx commented 2 years ago

@jepiqueau i added your plugin to awesome-capacitor if that is useful please take time to star the repo as well :)