I'm trying to find a way to dump data in Datagrip directly from the code, so I don't have to always go and click on the button to export. Is there any command to do this? By going through their website most of the examples are using the "point and click" method. And I didn't see any discussion here, besides this on Is there a good way to perform SQL dump of MySQL database in DataGrip?.
I wanted something similar to write.csv() in Python/R.