Page 1 of 1

Tree view Mongodb result

PostPosted: Mon Dec 28, 2015 4:13 pm
by hhaawwaa
Hi everybody,

First let me say I really appreciate the work you are doing with DBeaver! Having most drivers in a single client is great.

I need to work with MongoDB for a while and I am wondering if there is any option to see the query result in tree format like in Robomongo or MongoChef. When there are many embedded documents scrolling makes it hard to read.

Thanks in advance,
AdriĆ 

Re: Tree view Mongodb result

PostPosted: Tue Jan 12, 2016 12:09 pm
by Serge
You can switch results presentation to JSON (in the bottom toolbar)

Re: Tree view Mongodb result

PostPosted: Sun Feb 07, 2016 7:22 am
by hhaawwaa
Thank you Serge. JSON view is useful but I was asking if a view like Robomongo's exist in DBeaver (with collapse, field type, etc.) Long documents are hard to read in plain JSON.

Again, thanks for your work!

Re: Tree view Mongodb result

PostPosted: Wed Feb 10, 2016 10:00 pm
by Serge
Yep, JSON/XML viewers/editors are not yet finished, currently they are in beta state. Collapse/expand and other editing options are planned.
Could you create a feature request on GitHub please? (https://github.com/serge-rider/dbeaver/issues)

Re: Tree view Mongodb result

PostPosted: Mon Mar 28, 2016 4:35 pm
by hhaawwaa
Done. Sorry for the delay. https://github.com/serge-rider/dbeaver/issues/311
Many thanks for your work!