June 2014
Intermediate to advanced
696 pages
38h 52m
English
In Chapter 13, “Getting Started with MongoDB and Node.js,” you learned the fundamentals of using the MongoDB Node.js driver to manage and manipulate databases and collections. This chapter expands on those concepts, describing manipulation of documents within collections. As described in Chapter 13, the MongoDB Node.js driver provides a lot of functionality in the Collection class, which allows you to insert, access, modify, and remove documents from collections.
This chapter is broken into sections that describe the basic document management tasks you perform on collections, including insertions and deletions. This chapter introduces you to the options that control the behavior of write requests ...
Read now
Unlock full access