1.1.0 • Published 5 years ago

couchbase-server-promises-ts v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Couchbase wrapper

Is a wrapper for couchnode which adds native promises. It's bases on couchbase-server-promises, but written in TypeScript.

example config

const exampleConfig = {
  cluster: 'couchbase://127.0.0.1:8091',
  username: 'user',
  password: 'pass',
  buckets: [
    {
      bucket: 'customers',
      operationTimeout: 1500,
    },
    {
      bucket: 'stats',
    },
    {
      bucket: 'users',
    },
  ],
};

build release

npm install
tsc