vote up 2 vote down star

Hi, I am looking for a good SQL client to use on Mac OS X. I have been trying out different clients but I have not found anything that I really like. I am connecting to different database for example MySQL, Postgres, SQL Server 2005. Also are there any quality open source clients?

Thanks for your help!

flag
Would help to know what programming language, Java JDBC drivers exist for all those databases I believe. – Chad Grant May 2 at 4:01
I think brock is looking for a desktop client, not a library for a programming language. – Darryl Hein May 2 at 20:17
Sorry about that Deviant, I should have been a little bit more detailed in my question. Darryl is correct I'm looking for a desktop client rather than a library for a programming language. I have a few different databases that I use and I don't want to change clients for each DB. So when I want to be able to connect to MySQL and SQL Server using the same client, if possible. At home I have been playing with Derby and would like to use the same client as well. – brock May 3 at 0:42

13 Answers

vote up 0 vote down check

RazorSQL is excellent for the price. Aqua Data Studio is also very good, but very expensive.

link|flag
vote up 1 vote down

I use the Navicat clients for MySQL and PostgreSQL and am happy with them. "good" is obviously subjective... how do you judge your DB clients?

link|flag
Navicat is fairly good, except is has some quirks like getting listings of every table and field in every database on the server...basically killing MySQL while it's doing that. I don't Navicat myself, but one of the guys I work with does and something he does causes this. – Darryl Hein May 2 at 20:16
vote up 0 vote down

Not sure about open-source, but I've heard good things about http://www.advenio.com/sqlgrinder/ (not tried it, I prefer to write Python scripts to try things out rather than use GUIs;-).

link|flag
vote up 3 vote down

I thought Sequel Pro for MySQL looked pretty interesting. It's hard to find one tool that works with all those databases (especially SQL Server 2005 . . . most people use SQL Server Management Studio and that's Windows only of course).

link|flag
vote up 3 vote down

For MySQL, there is Querious and Sequel Pro. The former costs US$25, and the latter is free. You can find a comparison of them here, and a list of some other Mac OS X MySQL clients here.

Steve

link|flag
vote up 0 vote down

DvVisualizer supports many different dbs. There is a free edition that I have used previously. Download from here

link|flag
I probably should have been a little bit more detailed. I have been using DbVisualizer but it seems to chew up a lot of memory on Mac os x. It doesn't do to bad on windows and I don't seem to have a problem with it there. – brock May 3 at 0:36
vote up 3 vote down

I have found PhpMyAdmin very good for MySQL. It's cross platform (not just OSX) and cross browser, so there isn't any platform it won't work on. (I've even used it on the iPhone before--slow but works.) It also ensures you don't have to have a MySQL port open on the server.

link|flag
1  
We do everything in PHP here, so we just use PhpMyAdmin to administer and do minor tests, but it seems to work well... – Brian Postow May 4 at 19:07
vote up 0 vote down

There's also an eclipse plugin that works well for me. Don't recall the name offhand, sorry. Google it.

link|flag
vote up 1 vote down

Squirrel SQL is a java based SQL client, that I've had good experience with on Windows/Linux, since its java it should do the trick.

Its open source, http://squirrel-sql.sourceforge.net

You can run multiple sessions with multiple databases concurrently.

link|flag
I've used it extensively, and find it very mature. It also has lots of nice extras (script generation, SQL formatting and highlighting, metadata displays, cross-DB table copying). It even has plugins to give access to DB-specific functionality, if you need it. And it's free software. – sleske May 3 at 16:09
vote up 0 vote down

Aqua Data Studio is free for "qualified" open source developers.

http://www.aquafold.com/opensourcedeveloper-qual.html

link|flag
vote up 0 vote down

I have had good success over the last 2years or so using Navicat for mySQL. The UI could use a little updating but all of the tools and options they provide make the cost justifiable for me.

link|flag
vote up 0 vote down

I've used eclipse with the Quantum-DB plugins for that purpose since I was already using eclipse anyway.

link|flag
vote up 1 vote down

I like SQLGrinder: http://www.sqlgrinder.com/

It's built using Cocoa so it looks a lot better and feels more like an OS X app than all the Java-based apps mentioned here.

It uses JDBC drivers to connect to MS SQLServer 2005, FrontBase, MySQL, OpenBase, Oracle, PostgreSQL, and Sybase.

Free trial or $59.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.