nest-couchbase
nest-couchbase copied to clipboard
Couchbase module for NestJS
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.2.3 to 0.3.1. Changelog Sourced from class-transformer's changelog. [0.3.1][v0.3.1] - 2020-07-29 Added table of content added to readme Changed moved from Mocha to Jest added Prettier for...
Looks like this project is out of date with the Couchbase dependency. ```this.cluster.authenticate(this.config.username, this.config.password);``` > TypeError: this.cluster.manager is not a function
* The default Couchbase from npm is 3.0.1, which breaks the functionality. Need to install explicitly version 2.6.5. *Calling upsert method is a bit tricky since casting to 'any' is...
Thanks for creating this project! I've been looking for nice typescript support for couchbase. I have your library up and running, but don't see many methods. Are you planning on...
There is not enough example and documentation in project. So it is hard for people to use it. Please provide some example, for example a CRUD example, at least.