DataGrip Improves Schema Management
Written by Kay Ewbank   
Monday, 27 March 2017

There's a new version of DataGrip, JetBrain's IDE for databases and SQL. DataGrip 2017.1 has a number of improvements including new schema management and SQL resolution scopes.  

DataGrip is a combination of an intelligent SQL editor and collection of database tools packed together and running on top of the IntelliJ platform.

The improvements to the new version start with the new schema management UI. This is a tree with the ability to choose if you want to introspect the current schema/database or, all schemas/databases.

 

datagripaddschema

 

The SQL resolution scope is another improvement. In previous versions of DataGrip, you could experience problems resolving objects from SQL code if they were unqualified by schema references. You can now map any file or folder to any datasource using a SQL resolution scope to overcome this.Still on schemas, the developers have added a simple UI for creating schemas and databases.

The query console is another area that has been improved. DataGrip now respects the default search path, which will make life easier for PostgreSQL users.

Trigger support has been improved with the addition of a trigger template in the Generate menu.

The IDE now also supports NEW/OLD and INSERTED/UPDATED tables when creating or editing triggers, so you can use completion for these tables’ columns as well.

Another improvement for SQLite users is in the database tree. Earlier versions used the introspection provided by the JDBC-driver for SQLite. As a result, many objects were absent in the database tree and some source codes were incorrect. DataGrip now shows triggers, expression indexes, partial indexes and check constraints.

Other improvements include the display of query time and column/row numbers in the data editor status bar; the ability to Include or exclude text occurrences in Find Usages; and Windows authentication for SQL Server in the jTDS driver. 

 datagriplogo

More Information

What's New In DataGrip

Related Articles

 0Xdbe Becomes DataGrip

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


AI Breakthrough For Robot Surgery
17/11/2024

Using imitation learning, a robot has learned to perform surgical procedures as skillfully as human surgeons, bringing the field of robotic surgery closer to true autonomy.



TestSprite Announces End-to-End QA Tool
14/11/2024

TestSprite has announced an early access beta program for its end-to-end QA tool, along with $1.5 million pre-seed funding aimed at accelerating product development, expanding the team, and scaling op [ ... ]


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Sunday, 26 March 2017 )