DataGrip Adds Cassandra Support
Written by Kay Ewbank   
Wednesday, 05 December 2018

Support for Cassandra has been added to DataGrip, JetBrain's IDE for databases and SQL. The 2018.3 release also improves PostgreSQL support, and the ability to generate SQL for selected objects.

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

datagriplogo

The addition of NoSQL Cassandra support follows the inclusion of Clickhouse support in the previous release. You can now write queries, observe data, and generate scripts for Cassandra from within DataGrip. Support has also been added for extensions and stored procedures in PostgreSQL.

Cassandra support in DataGrip

 

Another improvement to data handling is that if you use DataGrip's SQL Generator to get the DDL from objects, you can also choose to generate the SQL files for those objects. It's a minor change, but a nice one, and once generated they can be edited within DataGrip.

Refactoring support is another area to have received an improvement that might make a real difference, with the addition of support for Introduce alias.  Refactoring improves code to be written better, and DataGrip will now automatically add aliases when completing table names, so the code is more readable and understandable.

Other improvements to code completion are better handling of Group By clauses so that DataGrip shows you a list of non-aggregated fields; and the presentation of a list of all columns in completion after the Select, Merge and Insert Into keywords.

Completion now works well for named parameters of stored procedures, and when you use an ambiguous name, DataGrip now shows you the context.

Join handling has also been improved, with a new setting called Invert order of operands in auto-generated ON clause. If it’s set to off, the From table will be the first in the Join conditions.

The new version can be downloaded from the JetBrains website.


 

 

datagriplogo

More Information

DataGrip site

Related Articles

DataGrip Adds Group Data Sources

DataGrip Improves Schema  Management

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


Android 15 Developer Preview Updated
25/03/2024

Google has released Android 15 Developer Preview 2 with changes including better handling of automatic language switching and updates for OpenJDK 17.



Amazon Ending Alexa Skills Payments
12/04/2024

Amazon has told developers who are signed up to the Alexa Developer Rewards Program that their monthly payments will end at the end of June. The announcement follows a decision to end the program unde [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Wednesday, 05 December 2018 )