MCStreetguy / cdb-driver

A driver library for connecting to a CouchDB instance through JavaScript.

Home Page:http://cdb-driver.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDBDriver

A driver library for connecting to a CouchDB instance through JavaScript.

GitHub stars NPM Downloads GitHub package version NPM License GitHub issues GitHub last commit Documentation Status

CouchDB seems the perfect database for JavaScript applications since it uses JSON as data structure. On first sight, this makes it really easy to interact with a CouchDB instance. But endless encapsulation of asynchroneous requests and their callbacks gets annoying fast.

Thus this library provides both, asynchroneous and synchroneous methods. Performing synchroneous requests on the main thread is deprecated and should not be used in production environments, even if its provided by this library.

For further information on how to use this library check out the documentation.

About

A driver library for connecting to a CouchDB instance through JavaScript.

http://cdb-driver.readthedocs.io/


Languages

Language:JavaScript 100.0%