MongoDB 4 Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Overview

The mongo is an executable installed as part of MongoDB.  When run, this utility provides an interactive JavaScript command line style interface to the MongoDB database. You can use the shell to perform any and all actions on the MongoDB database including queries, adding, editing, and removing documents from collections. You can also perform higher level operations such as creating a database and collections.