Introduction to Robomongo, robomongo
Author: zhanhailiang Date:
Introduction
Robomongo is a Shell-based cross-platform MongoDB management tool. The relationship between Robomongo and MongoDB is equivalent to that between PHPMyAdmin and MySQL.
Perfect support for MongoDB Shell
Robomongo has a built-in V8 engine to drive the mongo command line tool. Therefore, you can use the mongo command line tool to complete all operations. It provides syntax highlighting and Automatic completion, and supports different result query modes (text, tree, or table), such:
Note: you can press Ctrl + Enter to run only the selected part of the query code.
Multi-command line window
Multiple command line windows can be opened in Robomongo.
Note: You can copy the command line window by pressing Ctrl + T.
Multi-result set query supported
The Robomongo command line can obtain multiple query result sets at a time by writing multiple query statements, such:
Note: You can change the display mode of the result set by pressing "F10", that is, horizontal and vertical switching.
Supports automatic command completion
Robomongo supports Automatic completion of all objects and functions.
Note: You can Enter the function name and press Ctrl + Enter to obtain the function definition, for example:
Read more
- Http://www.robomongo.org/
- Https://github.com/paralect/robomongo-docs
- Http://mongodb-documentation.readthedocs.org/en/latest/