发布于 2015-09-14 14:45:43 | 275 次阅读 | 评论: 0 | 来源: 网络整理
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.
The MongoDB开发入门 provides a general introduction to MongoDB using examples from the mongo shell. Additionally, the following documents from other sections address topics relevant to the mongo shell use:
Furthermore, consider the following reference material that addresses the mongo shell and its interface: