SomaticPirate 7 days ago

I still think Jetbrains has the gold standard in IDE - Database interaction

2
mrits 7 days ago

I've been using DataGrip for a few weeks and admit it is a nice upgrade to DBVisualizer that I've been using for 10 years. The intellisense and features like being able to select the query in the current window are big time savers for me. I'm still on a trial and not certain I'll purchase it just because things are moving so fast in this field. I feel like not having it in my VSCode Agent loop is a huge negative at this point

tdhz77 7 days ago

Interesting in knowing why you think that

ivanjermakov 7 days ago

Because of a rich feature set and amazing integration with DB providers.

Good starting point: https://www.jetbrains.com/pages/intellij-idea-databases/

leosanchez 7 days ago

It even lints your SQL queries written in other languages. Truly gold standard.

bni 7 days ago

And autocompletes, syntax highlight it. I couldn't imagine being without this.

newlisp 7 days ago

Datagrip, as an extension, lets you work with SQL, highlighting, autocompletion, and more, inside non-SQL files, such as your programming language files. I think they call this 'language injection'.