Tip: Mouse Hover and F1

The mouse hover will show many useful information, such as types of symbols, function definition, type information and document. 

Press F1 will lead you to MongoDB online document as the cursor is over a valid MongoDB method.  The F1 online help is MongoDB version sensitive, e.g. if you connected to MongoDB 2.6, it will lead you to MongoDB 2.6 online document,  you will get MongoDB 3.2 online document if you connected to MongoDB 3.2. 

Read More

Announcing MongoBooster 1.1

Today, we're happy to announce the release of MongoBooster 1.1. This release adds support for GridFS, Dark editor theme, Mark connection with color and several minor updates.

Although we are showing screenshots of MongoBooster for Mac OS X, all this new features are available for Windows and Linux as well.

GridFS Support

MongoBooster fully supports MongoDB’s GridFS. With our GridFS Viewer, you can read and write to GridFS collections. Files can be added easily with drag and drop.

GridFS

Read More