Read only view in DataGrip

Viewed 936

I have a local MongoDB instance that I am connecting to in DataGrip. When I open a collection and it loads in DataGrip, I try to edit a value in one of the fields and I am greeted with This view is read-only

I had a look at the following SO question but I can't find the auto commit checkbox so I can't try it. If someone can maybe point out where that would be in DataGrip for MongoDB?

Thanks

1 Answers

At the moment you can't edit values. But it's coming soon.

Follow the issues:

Related