Quantcast
Channel: Mobile - Couchbase Forums
Viewing all articles
Browse latest Browse all 1117

How to update a document with cblite utility

$
0
0

Hi

I use cblite utility for analyse some data with then “select” option.
(couchbase-mobile-tools/README.cblite.md at master · couchbaselabs/couchbase-mobile-tools · GitHub)

But i want too update some attributes from a document like we can do in N1QL.
I don’t understand all the documentation and I would like to find some examples to realize an simply update like the N1QL query below.
update bucket
set att1=‘xxx’ , atrr2=‘newCalue’
where meta().id=‘monId’

Thank you for your help

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1117

Trending Articles