Databases - GUI clients
Table of Contents
GUI Clients to work with Databases
Ones I’ve used in the past and worked well.
- JetBrains Datagrip
- DBeaver
- DbVisualizer
- MySql workbench
- pgadmin4
Useful features
- Generate entity classes from an existing Table or View
- DataGrip
- https://www.jetbrains.com/help/datagrip/generating-code.html
- Table -> Tools -> Scripted Extensions -> Generate POJOs.groovy
- There may be ways to do it from IntelliJ. But I didn’t try them.
- DataGrip