vue-sqlite-hook@latest
Capacitor 4
A Vue Hook to help Capacitor developpers to use @capacitor-community/sqlite@latest plugin in Vue or Ionic/Vue applications
The Capacitor4 vue-sqlite-hook interfacing the @capacitor-community/sqlite@latest
The Capacitor3 vue-sqlite-hook interfacing the @capacitor-community/[email protected]
The refactor vue-sqlite-hook interfacing the @capacitor-community/sqlite@refactor !!! The MAINTAINANCE is now STOPPED !!!
The initial vue-sqlite-hook interfacing the @capacitor-community/sqlite@initial. !!! The MAINTAINANCE is now STOPPED !!!
| Maintainer | GitHub | Social |
|---|---|---|
| Quéau Jean Pierre | jepiqueau |
npm install --save @capacitor-community/sqlite@latest
npm install --save-dev vue-sqlite-hook| Name | Android | iOS | Electron | Web |
|---|---|---|---|---|
| echo | ✅ | ✅ | ✅ | ✅ |
| getPlatform | ✅ | ✅ | ✅ | ✅ |
| getCapacitorSQLite | ✅ | ✅ | ✅ | ✅ |
| addUpgradeStatement | ✅ | ✅ | ✅ | ✅ |
| createConnection | ✅ | ✅ | ✅ | ✅ |
| retrieveConnection | ✅ | ✅ | ✅ | ✅ |
| retrieveAllConnections | ✅ | ✅ | ✅ | ✅ |
| closeConnection | ✅ | ✅ | ✅ | ✅ |
| closeAllConnections | ✅ | ✅ | ✅ | ✅ |
| isConnection | ✅ | ✅ | ✅ | ✅ |
| isDatabase | ✅ | ✅ | ✅ | ✅ |
| getDatabaseList | ✅ | ✅ | ✅ | ✅ |
| getMigratableDbList | ✅ | ✅ | ❌ | ❌ |
| addSQLiteSuffix | ✅ | ✅ | ❌ | ❌ |
| deleteOldDatabases | ✅ | ✅ | ❌ | ❌ |
| importFromJson | ✅ | ✅ | ✅ | ✅ |
| isJsonValid | ✅ | ✅ | ✅ | ✅ |
| copyFromAssets | ✅ | ✅ | ✅ | ✅ |
| checkConnectionsConsistency | ✅ | ✅ | ✅ | ✅ |
| isSecretStored | ✅ | ✅ | ❌ | ❌ |
| setEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
| changeEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
| clearEncryptionSecret | ✅ | ✅ | ❌ | ❌ |
| removeListeners | ✅ | ✅ | ✅ | ✅ |
| initWebStore | ❌ | ❌ | ❌ | ✅ |
| saveToStore | ❌ | ❌ | ❌ | ✅ |
| getNCDatabasePath | ✅ | ✅ | ❌ | ❌ |
| createNCConnection | ✅ | ✅ | ❌ | ❌ |
| closeNCConnection | ✅ | ✅ | ❌ | ❌ |
| retrieveNCConnection | ✅ | ✅ | ❌ | ❌ |
| isNCConnection | ✅ | ✅ | ❌ | ❌ |
| isNCDatabase | ✅ | ✅ | ❌ | ❌ |
| getFromHTTPRequest | ✅ | ✅ | ✅ | ✅ |
| Name | Android | iOS | Electron | Web |
|---|---|---|---|---|
| onProgressImport | ✅ | ✅ | 🚧 | ✅ |
| onProgressExport | ✅ | ✅ | 🚧 | ✅ |
The usage of vue-sqlite-hookis demonstrated in
Thanks goes to these wonderful people (emoji key):
Jean Pierre Quéau 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!