0.3.8 • Published 6 years ago

cdb-driver v0.3.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago