@gauravachhani/sqlite
v2.4.7
Published
Capacitor SQLite Plugin
Downloads
1
Maintainers
Readme
Electron databases location
- There are by default under
User/Databases/APP_NAME/
Then build YOUR_APPLICATION
npm run build
npx cap copy
npx cap copy @capacitor-community/electron
npx cap copy web
npx cap open android
npx cap open ios
npx cap open @capacitor-community/electron
Issues
Do not report anymore issues for 2.4.x
as this release is not anymore maintained.
Configuration
No configuration required for this plugin
Supported methods
| Name | Android | iOS | Electron | Web | | :---------------------- | :------ | :-- | :------- | :-- | | open (non-encrypted DB) | ✅ | ✅ | ✅ | ❌ | | open (encrypted DB) | ✅ | ✅ | ❌ | ❌ | | close | ✅ | ✅ | ✅ | ❌ | | execute | ✅ | ✅ | ✅ | ❌ | | executeSet | ✅ | ✅ | ✅ | ❌ | | run | ✅ | ✅ | ✅ | ❌ | | query | ✅ | ✅ | ✅ | ❌ | | deleteDatabase | ✅ | ✅ | ✅ | ❌ | | importFromJson | ✅ | ✅ | ✅ | ❌ | | exportToJson | ✅ | ✅ | ✅ | ❌ | | createSyncTable | ✅ | ✅ | ✅ | ❌ | | setSyncDate | ✅ | ✅ | ✅ | ❌ | | isJsonValid | ✅ | ✅ | ✅ | ❌ | | isDBExists | ✅ | ✅ | ✅ | ❌ | | addUpgradeStatement | ✅ | ✅ | ✅ | ❌ |