I am pleased to announce the release 0.1.0 of mongo4idea, an intellij plugin that integrates MongoDB. It is on the validation step.
Main features are:
- Server configuration
- Display collections for each database
- Display collections content with tree mongo object navigation (max. 300 records)
- Simple querying
- Advanced querying with pipeline operation (Mongo Server should be 2.2.0 minimum)
- Copy / Paste for query and results
This plugin needs you for improvements and bug fix.
Source code available at Github.
I am waiting for your feedbacks.
Regards,
David
Thanks for the great plugin!
ReplyDeleteCan you make it compatible with idea 12?
Hi,
ReplyDeleteThanks for using it :).
A patched version has been released yesterday and should work on IDEA 12.
Regards,
David
would be nice if there was a way to tell him to not throw an error when not finding a server. I use mongo only in some project and start the server only when working in those project.
ReplyDeleteHi Alexandre,
DeleteI add your suggestion in the github issue page : https://github.com/dboissier/mongo4idea/issues/15
Thanks,
David
Good work with the plugin.
ReplyDeleteWhen adding a new database I have to restart Intellij (12) to be able to see it in Mongo Explorer.
/Lasse
Hi,
DeleteThanks for using it ;).
The upcoming version 0.2 will include "refresh server" button.
I plan to release on the next Monday.
Cheers,
David
Love it! Thanks a lot.
ReplyDeleteIs editing the data planned?