uk.co.workingedge.cordova.plugin.sqliteporter
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"name": "uk.co.workingedge.cordova.plugin.sqliteporter", | ||
"cordova_name": "sqlite porter", | ||
"description": "Enables importing/exporting of SQLite databases to/from JSON/SQL.", | ||
"author": "Dave Alden", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dpa99c/cordova-sqlite-porter.git" | ||
}, | ||
"cordova": { | ||
"id": "uk.co.workingedge.cordova.plugin.sqliteporter" | ||
}, | ||
"repo": "https://github.com/dpa99c/cordova-sqlite-porter.git", | ||
"issue": "https://github.com/dpa99c/cordova-sqlite-porter/issues", | ||
"keywords": [ | ||
"ecosystem:cordova", | ||
"cordova", | ||
@@ -19,0 +11,0 @@ "phonegap", |
@@ -6,4 +6,15 @@ SQLite Porter Cordova/Phonegap Plugin | ||
- Works on all Cordova platforms that support HTML5 WebSQL DB in the WebView | ||
- Works for native SQLite DB via a [plugin](https://github.com/litehelpers/Cordova-sqlite-storage). This can be used for platforms that don't have WebSQL in WebView (e.g. Windows) or for unlimited storage on platforms that do. | ||
- Works on all Cordova platforms that [support HTML5 WebSQL DB in the WebView](http://docs.phonegap.com/en/4.0.0/cordova_storage_storage.md.html): | ||
- Android | ||
- iOS | ||
- Tizen | ||
- Blackberry 10 | ||
- Works for native SQLite DB via a [plugin](https://github.com/litehelpers/Cordova-sqlite-storage). | ||
This can be used for platforms that don't have WebSQL in WebView (e.g. Windows) or for unlimited storage on platforms that do: | ||
- Android | ||
- iOS | ||
- Amazon Fire-OS | ||
- Windows Universal (8.1) | ||
- Windows Phone 7 | ||
- Windows Phone 8 | ||
- Import/export either just the table data or the entire table structure as well. | ||
@@ -10,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39061
369
2
1