nest-couchbase
nest-couchbase copied to clipboard
Update README.md
- 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 needed - added an example.