Thursday, July 10, 2014

New plugin announced

Hi all,

The mongo plugin seems to grow in the right direction and I would like to thank all users who sent me relevant feedbacks.

I was thinking about extending it by supporting other document oriented databases such as RedisDB and CouchDB.

That means I will make some abstraction in the source code to esay make any new NoSQL database support and this plugin will be named nosql4idea.

I will not announce any release date but all interested users will be able to test snapshots on the github page.

Moreover, I will appreciate any donation for helping me to move on this direction. A paypal button is available at the right of this blog.

Thanks again for using it,

David

Monday, July 7, 2014

Mongo 0.6.0 is out

Hi,

this release contains some cool stuff :
  • Collection content UI  was rewritten:
    • it is now displayed as a file tab editor (more convenient than the previous version)
    • Single query panel manages both simple and aggregate
  • You can add new document
  • You can run a js script on your mongo server (CTRL+MAJ+F10)
  • Replica set configuration is supported
  • bugs fixes




Enjoy it :),

David

Last edit : due to some refactoring when coding replica set support in the configuration, server url is unset when updating the plugin. You will have to set it again.  Sorry for the inconvenience.