No commit activity in last 3 years
No release in over 3 years
em-synchrony-couchdb is a simple, convenient, and non-blocking client for CouchDB implemented using the em-synchrony version of EventMachine::HttpRequest and based completely on the em-couchdb gem. With em-synchrony-couchdb, you can easily save, query, delete documents, databases to/from a CouchDB database in your favourite language - Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 1.0.3
>= 1.4.3
 Project Readme

em-synchrony-couchdb

Gem Version Build Status Code Climate

em-synchrony-couchdb is a simple, convenient, and non blocking client for CouchDB built to run within goliath or any em-synchrony library. CouchDB (simplistically speaking) is a document store, which essentially means that objects can be stored in a schema-less environment.