From cd90ac1b4d74252afd002bd218c387dd11878afa Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Wed, 5 Dec 2012 19:00:22 +0100 Subject: [PATCH] Answer for (#2) in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0c9c40..b2f2471 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Nested transaction callback support by @marcucio - Keeps sqlite database in a user data location that is known and can be reconfigured - Drop-in replacement for HTML5 SQL API, the only change is window.openDatabase() --> sqlitePlugin.openDatabase() - batch processing optimizations + - No 5MB maximum, for more information: http://www.sqlite.org/limits.html This sqlitePlugin can also be used with SQLCipher to provide encryption. This was already described on my old blog: - [Android version with rebuilding SQLCipher from source](http://mobileapphelp.blogspot.com/2012/08/rebuilding-sqlitesqlcipher-for-android.html)