SQL guis - 2024

I'm having quite a slog trying to find working guis for sql development in FreeBSD. The best I've found are:

1. sqlitebrowser (for SQLite)
2. PhpMyAdmin (for MySQL)

What I'd like to have is DBeaver or something similar that can handle multiple databases or MySQL Workbench, or...

What other SQL guis work on FreeBSD that y'all know of?
 
 
Wow, it's been forever since I went looking for a DB client. I've been reminded of so many that I used to use:

Toad
Aquadata
SQL Developer

I also found an old java client that's still supported and actively developed that I had completely forgotten:

Squirrel https://squirrel-sql.sourceforge.io/

It works. I tried SQL Workbench/J, but it was buggy... off to see about following the DBeaver in eclipse howto and look for more :)
 
I tried DBeaver as Eclipse Plugin and after building (saved off the jar files so I don't need to do that again)... and after remembering how Eclipse works, figured out File->New->Other-DBeaver Project and Connect and to switch perspective to Other->DBeaver, then it pretty much was DBeaver :)
 
Back
Top