1 This is a ruby language interface to CouchDB. It attempts to abstract all
2 features of the protocol so that the user doesn't need to know anything about
5 Documentation is currently non-existant but interested users/hackers can
6 examine test.rb for examples of usage.
8 Author: Ryan Dahl ry@tinyclouds.org
9 Copyright 2007 Ryan Dahl
10 Released under same license as the Ruby language.
13 - Wrap the response from @connection.request in a new class
14 Automatically raise errors based on the status code or the content
16 - CouchDB::View is buggy and needs more work.