Sha256: c2f82d8a6c226179f15c2f21f8a64115358c4ef335d945c9329dc2b6a99e4a6f
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 KB
Contents
###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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
leanback-0.4.2 | README.md |
leanback-0.4.1 | README.md |