From 7691027d758e870a1762ad476c8984f7cf4118c8 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Sun, 1 Apr 2012 22:50:16 +0200 Subject: [PATCH] Add basic lawnchair test suite from the lawnchair repository --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 416dcbf..0f94a59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -Cordova SQLitePlugin -===================== +Cordova/PhoneGap SQLiteNative plugin +==================================== + +Native interface to sqlite in a Cordova/PhoneGap plugin, working to follow the HTML5 Web SQL API as close as possible. DISCLAIMER: @@ -209,6 +211,12 @@ Using the `db` option you can create multiple stores in one sqlite file. (There recipes = new Lawnchair {db: "cookbook", name: "recipes", ...} ingredients = new Lawnchair {db: "cookbook", name: "ingredients", ...} + +Lawnchair test +-------------- + +In the lawnchair-test subdirectory of Cordova-iOS or Legacy-PhoneGap-iPhone you can copy the contents of the www subdirectory into a Cordova/PhoneGap project and see the behavior of the Lawnchair test suite. + ### Other notes from @Joenoon: I played with the idea of batching responses into larger sets of