node-ottoman icon indicating copy to clipboard operation
node-ottoman copied to clipboard

Node.js ODM for Couchbase

Results 83 node-ottoman issues
Sort by recently updated
recently updated
newest added

If I try to run the sample code provided in the [getting started section](https://ottomanjs.com/#getting-started) of the docs (also in the README). ```javascript const { connect, model, start, close } =...

As one of the approaches to concurrency-safe mutating document, I need to get the CAS from the document and replace the doc with it. I didn't find a documentation about...

Investigation

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hello, I'm using Ottoman.js v2.2.0. I have a few models with different types of indexes. When I start the application (which calls `await ottoman.start()` I see the following issues: 1....

bug

According to the doc: * https://ottomanjs.com/guides/schema.html#schema-options * https://ottomanjs.com/guides/schema.html#strict-mode > The strict option (enabled by default) ensures that values passed to our model constructor that were not specified in our schema...

Hi , I need to unset the specific key in model. ex: {"name":"David","status":1,"grade":"2C"} expect result to delete the grade key in above document result: {"name":"David","status":1}, I know UNSET Clause in...

I'm not quite sure if it's a bug, but the behavior of ottoman doesn't match my assumption. I have a use case that uses `uuid` without prefix as the key...

Investigation

Hello, I'm currently using Ottoman for my Couchbase server SDK, But when I'm trying to build with `tsc`, I got the following error : ``` node_modules/ottoman/lib/types/model/model.d.ts:8:22 - error TS2420: Class...