Socket
Socket
Sign inDemoInstall

@capacitor-community/sqlite

Package Overview
Dependencies
Maintainers
15
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/sqlite - npm Package Compare versions

Comparing version 2.9.0-alpha.3 to 2.9.0-alpha.4

ios/.npmignore

23

CHANGELOG.md

@@ -0,1 +1,24 @@

## 2.9.0-alpha.4 (2020-11-29) REFACTOR
### Added Features iOS platform
- createConnection
- closeConnection
- open (non-encrypted DB)
- open (encrypted DB)
- close
- execute
- executeSet
- run
- query
- deleteDatabase
- createSyncTable
- setSyncDate
- isDBExists
- addUpgradeStatement
### Bug Fixes
- Android addUpgradeStatement backup and restore
## 2.9.0-alpha.3 (2020-11-25) REFACTOR

@@ -2,0 +25,0 @@

4

package.json
{
"name": "@capacitor-community/sqlite",
"version": "2.9.0-alpha.3",
"version": "2.9.0-alpha.4",
"description": "Capacitor SQLite Plugin",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/capacitor-community/sqlite",

"husky": "^4.2.5",
"np": "^6.3.2",
"np": "^6.5.0",
"prettier": "^2.0.5",

@@ -39,0 +39,0 @@ "prettier-plugin-java": "^0.8.1",

@@ -39,3 +39,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

The first alpha release of the refactor will address the `android` platform only.
Refactor available for `Android` and `iOS` platforms only.

@@ -50,4 +50,9 @@ The test will be achieved on a Ionic/Angular app. For the other frameworks, it will require an update of the `react-sqlite-hook`and the `vue-sqlite-hook`.

npx cap add android
npx cap add ios
```
### IOS
- on iOS no further steps needed.
### Android

@@ -91,19 +96,19 @@

| :---------------------- | :------ | :-- | :------- | :-- |
| createConnection | ✅ | ❌ | ❌ | ❌ |
| closeConnection | ✅ | ❌ | ❌ | ❌ |
| open (non-encrypted DB) | ✅ | ❌ | ❌ | ❌ |
| open (encrypted DB) | ✅ | ❌ | ❌ | ❌ |
| close | ✅ | ❌ | ❌ | ❌ |
| execute | ✅ | ❌ | ❌ | ❌ |
| executeSet | ✅ | ❌ | ❌ | ❌ |
| run | ✅ | ❌ | ❌ | ❌ |
| query | ✅ | ❌ | ❌ | ❌ |
| deleteDatabase | ✅ | ❌ | ❌ | ❌ |
| createConnection | ✅ | ✅ | ❌ | ❌ |
| closeConnection | ✅ | ✅ | ❌ | ❌ |
| open (non-encrypted DB) | ✅ | ✅ | ❌ | ❌ |
| open (encrypted DB) | ✅ | ✅ | ❌ | ❌ |
| close | ✅ | ✅ | ❌ | ❌ |
| execute | ✅ | ✅ | ❌ | ❌ |
| executeSet | ✅ | ✅ | ❌ | ❌ |
| run | ✅ | ✅ | ❌ | ❌ |
| query | ✅ | ✅ | ❌ | ❌ |
| deleteDatabase | ✅ | ✅ | ❌ | ❌ |
| importFromJson | ❌ | ❌ | ❌ | ❌ |
| exportToJson | ❌ | ❌ | ❌ | ❌ |
| createSyncTable | ✅ | ❌ | ❌ | ❌ |
| setSyncDate | ✅ | ❌ | ❌ | ❌ |
| createSyncTable | ✅ | ✅ | ❌ | ❌ |
| setSyncDate | ✅ | ✅ | ❌ | ❌ |
| isJsonValid | ❌ | ❌ | ❌ | ❌ |
| isDBExists | ✅ | ❌ | ❌ | ❌ |
| addUpgradeStatement | ✅ | ❌ | ❌ | ❌ |
| isDBExists | ✅ | ✅ | ❌ | ❌ |
| addUpgradeStatement | ✅ | ✅ | ❌ | ❌ |

@@ -110,0 +115,0 @@ ## Documentation (to be updated)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc