# HG changeset patch # User Atul Varma # Date 1240270848 25200 # Node ID 38abd7bc488635de29a34f11d1aa1b4e37ccc6e1 # Parent 042eb025bce56e59b2047ab3abbdb001bf9de7b8 Added intro to tutorial text. diff -r 042eb025bce5 -r 38abd7bc4886 tutorial.html --- a/tutorial.html Mon Apr 20 16:37:07 2009 -0700 +++ b/tutorial.html Mon Apr 20 16:40:48 2009 -0700 @@ -11,6 +11,12 @@

Using BrowserCouch

+

This is a brief introduction to using the BrowserCouch API and the +MapReduce mechanism. If you haven't already read it, you may want to +check out the introduction +to learn more about why this style of querying is being explored as an +alternative to SQL for client-side Web Storage.

+

Suppose we want to add offline support for a blog. To get a database called blog-posts in BrowserCouch, you can use the following function: