cdb-driver

0.3.8 • Public • Published

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.

/cdb-driver/

    Package Sidebar

    Install

    npm i cdb-driver

    Weekly Downloads

    1

    Version

    0.3.8

    License

    MIT

    Unpacked Size

    603 kB

    Total Files

    21

    Last publish

    Collaborators

    • mcstreetguy