@vidaxl/couchbase-lib

Vidaxl couchbase lib.

Usage no npm install needed!

<script type="module">
  import vidaxlCouchbaseLib from 'https://cdn.skypack.dev/@vidaxl/couchbase-lib';
</script>

README

couchbase-lib

Couchbase API for documents.

Usage

Requires Node v4.0+

Couchbase-lib example

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