descriptionRuby interface to CouchDB
ownerry@tinyclouds.org
last changeFri, 28 Dec 2007 01:19:10 +0000 (27 17:19 -0800)
content tags
add:
README
This is a ruby language interface to CouchDB. It attempts to abstract all
features of the protocol so that the user doesn't need to know anything about
the REST interface.

Documentation is currently non-existant but interested users/hackers can
examine test.rb for examples of usage. 

Author: Ryan Dahl ry@tinyclouds.org
Copyright 2007 Ryan Dahl
Released under same license as the Ruby language.

TODO
- Wrap the response from @connection.request in a new class
  Automatically raise errors based on the status code or the content
  of the JSON response. 
- CouchDB::View is buggy and needs more work.
- Documentation
shortlog
2007-12-28 ry dahlclean upmastermob
2007-12-28 ry dahlAdded a TODO list to the README file
2007-12-27 Ryan Dahlinitial add.
heads
16 years ago mob
16 years ago master