5

What Database client do you use? I'm currently using Sequel Pro. Right now I'm comparing TablePlus and DataGrip.

DataGrip - not user friendly and complicated to use but powerful
TablePlus

Comments
  • 3
    I use DataGrip most of the time and love it. Besides DataGrip I use MS SQL Management Studio, HeidiSQL, DBeaver and PL/SQL Developer (depends on the projects and environments).
  • 1
    #!/usr/bin/perl

    use strict;
    use DBI;
  • 2
    Another Sequel Pro user here.
  • 1
    @thoxx the data grip gui is not hat friendly but I like it too. The best auto complete so far and it has a database visualization tool.

    Also they call "database" as "schemas". I was confused at first. I didn't know how to create a database in the left sidebar lol 😂 it was create schema 😂
  • 2
    - dbeaver
    - datagrip [as a plugin for intellij?]
    - JdbcUtil [https://github.com/netikras/...]
Add Comment