Robomongo 0.8.2
Shell-centric cross-platform MongoDB management tool
About
Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI). Robomongo embeds the same JavaScript engine that powers MongoDB's mongo
shell. Everything you can write in mongo
shell — you can write in Robomongo!
This is an early beta version of Robomongo, that we are publishing in a hope to validate usefulness of application. We really welcome your feedback! Please submit any issues and proposals to GitHub Issues.
Features
Full Power of MongoDB Shell
Robomongo embeds the same JavaScript engine (based on Mozilla SpiderMonkey), that powers MongoDB's mongo
shell. It means that you can reuse your existing skills of MongoDB Shell in Robomongo!
Robomongo provides you with syntax highlighting, autocompletion, different view modes (text, tree, custom) and more.
With great power comes great responsibility. Robomongo will not stop you from executing "undesired" code. Be careful, as you do with MongoDB Shell!
Tip! Select any part of code and press Ctrl + Enter
. Only selected code will be executed.
Multiple Shells
Open as many shells as you need. Every tab in Robomongo — is a MongoDB shell, fully isolated from each other.
You can have many opened shells for single MongoDB database, or many shells for many different databases.
Tip! Press Ctrl + T
to open new shell, based on currenly opened.
Multiple Results
Robomongo executes your code in statement by statement way. That means that you will receive as many result as many statements you have.
This feature can assist you, for instance, when you would like to view and analyse documents side by side.
Tip! Press F10
to toggle results orientation from vertical to horizontal.
Autocompletion
Robomongo provides you with autocompletion for all objects (and thus functions) that are known by JavaScript runtime, including autocompletion for databases, collections and even your document objects.
To assist Robomongo autocompletion — execute your code. This will make your objects available to JavaScript runtime, and autocompletion will work even for your custom functions and documents.
Tip! To see code of any JavaScript function, just type its name and execute (Ctrl + Enter
)
Articles
- UUID Support in Robomongo
Contribute
Please submit any issues, bugs and proposals via GitHub Issues:
https://github.com/paralect/robomongo/issues
Thank you for finding time to help us!
Credits
Robomongo would not be possible without great opensource projects:
Get in touch
Robomongo is maintained by Paralect and contributors. Get in touch with Dmitry, project maintainer: dima@paralect.com.
'프로그래밍 > DataBase' 카테고리의 다른 글
[NoSql] NoSql 활용 - 특징 (0) | 2013.11.05 |
---|---|
[MSSQL] 저장프로시저 내용 보기 - SP, Stored Procedure (0) | 2013.09.23 |
[mssql] 숫자 앞에 0 으로 채우기, Replicate (0) | 2013.09.12 |
[MSSQL] 임시 Table 존재유무 확인 (0) | 2013.07.12 |
[MSSQL] mssql, getdate() 날짜 포멧 (0) | 2013.07.12 |