# HG changeset patch # User Atul Varma # Date 1240275037 25200 # Node ID f65007998121f4defb914e0005244c42599d0805 # Parent 57a2afb271df14d374929a6a3cd8d886fb246677 added more to tutorial intro diff -r 57a2afb271df -r f65007998121 tutorial.html --- a/tutorial.html Mon Apr 20 17:00:59 2009 -0700 +++ b/tutorial.html Mon Apr 20 17:50:37 2009 -0700 @@ -9,7 +9,7 @@
-

Using BrowserCouch

+

BrowserCouch Tutorial

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 @@ -17,6 +17,12 @@ to learn more about why this style of querying is being explored as an alternative to SQL for client-side Web Storage.

+

It should also be noted that BrowserCouch is by no means "mature" +software. It currently lacks a lot of CouchDB's features that it ought +to have, and its API is not stable at all.

+ +

With that out of the way, let's get started.

+

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: