Is there any better shell for mongo.exe [closed]

坚强是说给别人听的谎言 提交于 2019-12-13 15:30:01

问题


Is there any replacment for mongo.exe? I test few available GUI environment for Mongo, unfortunately none allow executing command directly.

Is there any better tools for entering mongodb queries, that at least support Unicode characters and have a multi line editing environment? (even as simple as Notepad)

I tried PowerShell ISE, but it halt after invoking mongo.exe.


回答1:


I found:

  • 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!
  • a PhpStorm plugin that provides a good unicode Monogo shell. https://github.com/dboissier/mongo4idea/



回答2:


If you want to try out a web based tool, take a look at MongoLab. Other than hosting services, they provides a simple GUI interface to manage your DBs.




回答3:


You can always just start python, import the pymongo driver, and run commands from there. Another benefit is that you could import more complicated python scripts you have already written and saved as .py files.



来源:https://stackoverflow.com/questions/13275459/is-there-any-better-shell-for-mongo-exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!