@vidaxl/couchbase-lib-capella

1.0.0 • Public • Published

#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'
});

Readme

Keywords

none

Package Sidebar

Install

npm i @vidaxl/couchbase-lib-capella

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

680 kB

Total Files

27

Last publish

Collaborators

  • vidaxl-devops
  • vidaxl-ro
  • vidaxl.com
  • yaxandr
  • mirokal