Manage databases #25855
utopiaeh
started this conversation in
From JetBrains
Manage databases
#25855
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to have JetBrains Database Tools—it is very useful. With it, you can navigate through your database without an external tool.
The killer feature for me is that, for example, when I run a query or mutation, I get type safety and autocompletion for that query. This makes it easier to use, and you know at runtime which fields are available in your table. I’m pretty sure many people really like this feature in IntelliJ IDEA.
For example, I’m currently practicing Go, so I use Zed for some logic. However, when I need to work with the database, I switch to IntelliJ IDEA because it makes me more productive.
Beta Was this translation helpful? Give feedback.
All reactions