Mongo shell commands can be executed in server side script mode. The inputs are directly forwarded to the db.command() function of the node.js MongoDB driver and are not formatted or modified by the application.
Here you will find the documentation of the Mongo shell commands: http://docs.mongodb.org/manual/core/crud-introduction/ |