News

DataGrip 2017.2 RC is Out!

Hello!

All IntelliJ-based IDEs are getting closer to the 2017.2 release. Here is DataGrip 2017.2 RC. Let’s have a look at what has been added since the latest EAP.

Integration with restore tools for PostgreSQL and MySQL

In 2017.1 we integrated DataGrip with mysqldump and pg_dump, so it’s logical to add integration with the restore tools of these databases as well. Now they can be accessed from the context menu. If there’s only one tool available, this option will look like ‘Restore with pg_dump’, etc.

RestoreMenu

In the case of PostgreSQL, the restore operation can be done with pg_dump or psql: there is a chooser in the Restore dialog:

pg_restore

Psql

And it looks like this in MySQL:

mysqlrestore

Automatic scrolling from a result-set

If you switch result-sets, the corresponding consoles are switched as well.

ScrollFromResult-set

Database objects in bookmarks

Press F11 (F3 for OSX) to add any database object to Bookmarks. Then you can find all your Bookmarks via Shift+F11 (Cmd+F3) and then navigate to the object source by pressing F4.

Bookmarks

Remember that the active DataGrip subscription is required for the RC build.  And don’t miss the blog post about all new features in this release!

DataGrip team.

image description

Discover more