Open
Description
In the current version of the Node.js MongoDB Driver, the second argument to the MongoClient.connect()
callback has changed from a database object to the MongoClient instance.
There are a few changes that should be made to the hint section in order to make it consistent with the current API.
It should also be noted that the close()
method is now called on the client instance rather than the database object.
The resources should probably also reference the current API documentation for the Collection's find method: http://mongodb.github.io/node-mongodb-native/3.0/api/Collection.html#find
Reference:
Metadata
Metadata
Assignees
Labels
No labels