Databases - GUI clients

GUI Clients to work with Databases

Ones I’ve used in the past and worked well.

  1. JetBrains Datagrip
    1. https://www.jetbrains.com/datagrip
  2. DBeaver
  3. DbVisualizer
  4. MySql workbench
  5. pgadmin4

Useful features

  1. Generate entity classes from an existing Table or View
    1. DataGrip
      1. https://www.jetbrains.com/help/datagrip/generating-code.html
      2. Table -> Tools -> Scripted Extensions -> Generate POJOs.groovy
    2. There may be ways to do it from IntelliJ. But I didn’t try them.

Links to this note