1.0.0 • Published 11 months ago

@vidaxl/couchbase-lib-capella v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

#couchbase-lib Couchbase API for documents.

Usage

Requires Node v4.0+

Couchbase-lib example

const couchbase = require('@vidaxl/couchbase-lib').getInstance({
    host: 'couchbase://localhost', //HTTP-based communication 
    //host: 'couchbases://localhost', //HTTPS-based communication
    port: 8091,
    username: 'example',
    password: 'example',
    bucket: 'example'
});
1.0.0

11 months ago