react-sqlite-hook@latest
Capacitor 4
A React Hook to help Capacitor developpers to use @capacitor-community/sqlite@latest
plugin in React or Ionic/React applications
The Capacitor4
react-sqlite-hook interfacing the @capacitor-community/sqlite@latest
The Capacitor3
react-sqlite-hook interfacing the @capacitor-community/sqlite@3.7.0
The refactor
react-sqlite-hook interfacing the @capacitor-community/sqlite@refactor
The initial
react-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@next
npm install --save-dev react-sqlite-hook@next
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 react-sqlite-hook
is 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!