The mongo shell is an interactive JavaScript shell for MongoDB, and is part of all MongoDB distributions. This section provides an introduction to the shell, and outlines key functions, operations, and use of the mongo shell.
Most examples in the MongoDB Manual use the mongo shell; however, many drivers provide similar interfaces to MongoDB.
- Getting Started with the mongo Shell
- Data Types in the mongo Shell
- Access the mongo Shell Help Information
- https://docs.mongodb.com/v2.2/tutorial/write-scripts-for-the-mongo-shell/
- mongo Shell Quick Reference
FAQ