vue-sqlite-hook
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published


Vue Hook for @capacitor-community/sqlite@web

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




@LATEST For Capacitor 4 (Main)

The Capacitor4 vue-sqlite-hook interfacing the @capacitor-community/sqlite@latest

For Capacitor 3 (v2.1.8)

The Capacitor3 vue-sqlite-hook interfacing the @capacitor-community/sqlite@2.1.8t

@REFACTOR REFACTOR 🚀 (Move to branch 2.9.x)

The refactor vue-sqlite-hook interfacing the @capacitor-community/sqlite@refactor !!! The MAINTAINANCE is now STOPPED !!!

@INITIAL 🛑 (Move to branch 2.4.x)

The initial vue-sqlite-hook interfacing the @capacitor-community/sqlite@initial. !!! The MAINTAINANCE is now STOPPED !!!

Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

npm install --save @capacitor-community/sqlite@latest
npm install --save-dev vue-sqlite-hook

Supported methods

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

Supported listeners

Name Android iOS Electron Web
onProgressImport 🚧
onProgressExport 🚧

Documentation

Applications demonstrating the use of the plugin and the vue hook

Vue 3

Ionic/Vue

Usage

The usage of vue-sqlite-hookis demonstrated in

Contributors

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Package Sidebar

Install

npm i vue-sqlite-hook

Weekly Downloads

105

Version

3.0.3

License

MIT

Unpacked Size

132 kB

Total Files

28

Last publish

Collaborators

  • jeepq