up vote 7 down vote favorite
share [g+] share [fb]

I develop web applications on Mac OSX in SQLite, MySQL and PostgreSQL and these are then put on the webserver. I want to be able to take the brunt out of looking at the terminal locally when dealing with these databases - is there any software available (free or otherwise) that can handle all three of these database technologies in a GUI for the Mac that is actually decent and worth it?

link|improve this question
feedback

3 Answers

Navicat is king, but does it do SQLite...I am not sure

link|improve this answer
SQLite is the problem. Navicat premium will handle PostgreSQL and MySQL (as well as Oracle) but not SQLite - navicat.com/en/products/navicat_premium/premium_overview.html you would need a separate app for SQLite like Base - menial.co.uk/software/base – Darren Newton Jan 17 '10 at 15:19
feedback

You could just use any SQL tool that can handle JDBC connections (such as any of the various Java SQL tools). All three DBMS have JDBC drivers.

See e.g. http://stackoverflow.com/questions/1644893/recommendation-for-jdbc-sql-client-tool

link|improve this answer
feedback

You can use RazorSQL.

I'm looking for something a bit better/cheaper than this, but haven't found it so far.

alt text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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