Update a multi level document in NOSQL

62 views Asked by At

Iam using nosql in totajs4 . Document structure in nosql database

{directoryName:{fileName:{"created": timestamp,"modified":timestamp,"deleted":timestamp}}} unable to update this structure.

1

There are 1 answers

0
Peter Sirka On BEST ANSWER

Changing nested objects isn't supported yet in Total.js 4. I recommend reading the specific document and modify only the nested property/key.