@vidaxl/couchbase-lib-capella
v1.0.0
Published
Vidaxl couchbase capella lib.
Downloads
2
Keywords
Readme
#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'
});