Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Single database tool to access different database types?

I’d like a visual database tool that will allow me to access multiple database types from the same program. I’m looking for anything that supports Mysql, PostgreSQL, and Derby. Anything else it supports is a bonus.

like image 267
Jared Avatar asked Jan 24 '23 00:01

Jared


2 Answers

If you can get ODBC drivers for your databases (should be available from the DB vendor) you can use MS Access. If you want something free, I recommend SQuirrel SQL Client. It's implemented in Java, so you need JDBC drivers (usually also available for free) for each DB that you use.

like image 156
Bill the Lizard Avatar answered Jan 26 '23 13:01

Bill the Lizard


Perhaps DbVisualizer?

like image 29
Edwin Jarvis Avatar answered Jan 26 '23 13:01

Edwin Jarvis