Visualization Tool: Robomongo 1.0
Do not have the tools to download the students themselves, the following about the visualization of some basic operations
Connect to the database: Here we connect the MongoDB database in Windows Local and the MongoDB database inside the Linux virtual machine
Data lookup: The button behind the page Turn button is the way the data is displayed
Data query
We can compare cmd with command MONGO into the database, the result of the collection query:
It should be noted that there is a big difference between the two grammars.
Additions and deletions to check and change:
Insert data: Right-click to select insert Document
Delete data: Right-click the collection, select Remove Documents, of course you can also choose to delete all: Remove all documents
After clicking on the command line to delete the command, you can delete it according to the field:
Remotely connect to a database in Linux
Click File Select Connections, click Create on the popup window, configure the target database host, if the data has a password, authentication edit the user
Name and password. After saving the connection, you will find that the data has been displayed.
If you are not connected to the database in the virtual machine, please click on the configuration!!
More operation is expected in!!!
The visualization of the MongoDB database