You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2016/05/12 17:48:09 UTC

docs commit: Update SQLite plugin details. This closes #600.

Repository: cordova-docs
Updated Branches:
  refs/heads/master 0d5f185c4 -> e646b076d


Update SQLite plugin details. This closes #600.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e646b076
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e646b076
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e646b076

Branch: refs/heads/master
Commit: e646b076de540d551cc544d86e543379a67b422a
Parents: 0d5f185
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Tue May 10 14:59:45 2016 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Thu May 12 10:47:44 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/cordova/storage/storage.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e646b076/www/docs/en/dev/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/cordova/storage/storage.md b/www/docs/en/dev/cordova/storage/storage.md
index 4af86ea..0a63ca7 100644
--- a/www/docs/en/dev/cordova/storage/storage.md
+++ b/www/docs/en/dev/cordova/storage/storage.md
@@ -294,11 +294,9 @@ The main differences are:
 
 It is available in the following variations:
 
-* **[cordova-sqlite-storage][SQLiteStorage]** - core version that relies
-  on native SQLite implementation. As such, it is only available for iOS
-  and Android platforms.
+* **[cordova-sqlite-storage][SQLiteStorage]** - core version that includes its own sqlite3 implementation. It supports iOS, Android & Windows platforms.
 * **[cordova-sqlite-ext][SQLiteExt]** - extended version with additional
-  features including support for Windows and REGEXP support on Android and iOS.
+  features including REGEXP support on Android and iOS.
 * **[cordova-sqlite-evfree][SQLiteEVFree]** - similar to *cordova-sqlite-ext*
   but with improved memory handling. Available under GPL v3 or commercial license.
 
@@ -323,7 +321,7 @@ alternative storage options.
 [StructuredCloneAlgorithm]: http://w3c.github.io/html/infrastructure.html#safe-passing-of-structured-data
 [Html5RocksFileSystemTutorial]: http://www.html5rocks.com/en/tutorials/file/filesystem/
 [FileAPI]: https://github.com/apache/cordova-plugin-file/blob/master/README.md
-[SQLiteStorage]: https://github.com/litehelpers/Cordova-sqlite-storage/blob/core-master/README.md
-[SQLiteExt]: https://github.com/litehelpers/cordova-sqlite-ext/blob/cordova-sqlite-ext-master/README.md
-[SQLiteEVFree]: https://github.com/litehelpers/Cordova-sqlite-enterprise-free/blob/evfree-ext-rc/README.md
+[SQLiteStorage]: https://github.com/litehelpers/Cordova-sqlite-storage#readme
+[SQLiteExt]: https://github.com/litehelpers/cordova-sqlite-ext#readme
+[SQLiteEVFree]: https://github.com/litehelpers/Cordova-sqlite-enterprise-free#readme
 [CordovaPlugins]: {{ site.baseurl }}/plugins


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org