Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore utilizing Data Structure methods #78

Open
bojand opened this issue Sep 8, 2017 · 0 comments
Open

Explore utilizing Data Structure methods #78

bojand opened this issue Sep 8, 2017 · 0 comments
Assignees

Comments

@bojand
Copy link
Contributor

bojand commented Sep 8, 2017

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 .

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:

@bojand bojand self-assigned this Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant