June 2014
Intermediate to advanced
696 pages
38h 52m
English
The MongoDB Node.js driver makes heavy use of structured objects to interact with the database. You have already seen how the MongoClient object provides interactions to connect to the database. There are also objects that represent interactions with the database, collection, administrative functions, and cursors.
The following sections discuss each of these objects and provide the fundamentals of using them to implement database functionality in your Node.js applications. You will get more exposure to these objects and methods in the next few chapters as well.
Read now
Unlock full access