Is there a version of the official Couchbase Node.js Client Library except that the result of every operation is a promise to avoid nested callbacks?
We are using the https://www.npmjs.com/package/promise lib and would like to use the couchbase client lib with it.
Thanks a lot