资 源 简 介
Overview
The mongodb-shell application aims to be a handy and portable frontend for a Mongo database written in java.
It comes with a connection manager, script editor, javascript engine compatible with default mongo shell and convenient query result presentation to allow you to work with your mongo database much more easily.
The UI layout is inspired by the SQuirreL SQL with multiple db sessions support and historical query results as tabs.
It"s written in java so it should run fine on any platform/os that support java runtime.
Initial release provides only the most useful subset of command available in default mongo shell (link to detailed list of available commands), but the list will be extended in the future releases.
Getting Started
Running <