You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important to note tis is just client side wrap of subdocument ops. Related to #47 .
Data structures can be accessed using key-value APIs as well. In fact, the data structure API is actually a client-side wrapper around the key-value and sub-document API. Most of the data structure APIs wrap the sub-document API directly. Therefore, for example, the map_set can be implemented as follows:
The text was updated successfully, but these errors were encountered:
https://developer.couchbase.com/documentation/server/4.6/sdk/nodejs/datastructures.html
Important to note tis is just client side wrap of subdocument ops. Related to #47 .
The text was updated successfully, but these errors were encountered: