###Leanback Simple Ruby Interface to CouchDB. This project is still under development. Not complete by any means. I made this Gem to use in my projects. I will expose more CouchDB features soon. ##Goals * To create a simple Ruby Interface to CouchDB * Expose the features of CouchDB to the Ruby Lang., * Use a minimalist Ruby DSL to access CouchDB * provide a very easy way to persist and retrieve data ##Compatibility Upgraded and tested on CouchDB 1.2.0. CouchDB 1.0.1 should still work fine. ##Changes View the [Changelog](https://github.com/obi-a/leanback/blob/master/Changelog.rdoc) ##Usage * [Leanback](http://www.whisperservers.com/leanback/leanback/) + [Installation](http://www.whisperservers.com/leanback/leanback/installation/) + [Basic CouchDB Operations](http://www.whisperservers.com/leanback/basic-couchdb-operations/) + [Find Documents by Key](http://www.whisperservers.com/leanback/find-documents-by-key/) + [Find Documents By Multiple Keys] (http://www.whisperservers.com/leanback/find-document-by-multiple-keys/) + [Count Documents by Key](http://www.whisperservers.com/leanback/count-documents-by-key/) + [Count Documents by Multiple Keys] (http://www.whisperservers.com/leanback/count-by-multiple-documents/) + Working with [CouchDB Views](http://www.whisperservers.com/leanback/design-documents-and-permanent-views/) + [Error Handling](http://www.whisperservers.com/leanback/error-handling/) + [CouchDB Configuration](http://www.whisperservers.com/leanback/couchdb-configuration/) + [CouchDB Security](http://www.whisperservers.com/leanback/couchdb-security/) + [CouchDB Bind_Address & Port](http://www.whisperservers.com/leanback/setting-the-bind_address-port/) ##License MIT License. ##Copyright Copyright (c) 2013 Obi Akubue.