up vote 31 down vote favorite
9
share [g+] share [fb]

Anyone found one of these?

"Sequel Pro" is awesome for MySQL development on Mac OS X, and they say they are working on Postgresql support (see discussion here) but I haven't found anything else in the mean time. pgAdmin III is horrible.

link|improve this question

feedback

closed as not constructive by Bill the Lizard Dec 7 '11 at 11:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

6 Answers

Navicat PostgreSQL: they also offer a lite (free) version.

link|improve this answer
This is probably the best out there right now which isn't saying much. I tried it a few months ago and was really unimpressed. They need to take a UI lesson from Sequel Pro! But for right now this may be it...thanks for the post! – Brian Armstrong Jul 1 '09 at 20:10
I tried Navicat but immediately uninstalled it when I went to the Connection menu and saw "PosgreSQL" as an option. – cdmckay Jul 12 '10 at 13:44
I've been using this for a while now, and it's just so ridiculously inelegant compared to Sequel Pro or Base (for SQLite3). The sidebar view shows the same thing as the main view; in order to view any actual data it opens new windows. Very poorly thought out. – chadoh Dec 9 '10 at 4:22
4  
They seem to have dropped the free version—doing a search for "lite" on the page you give only turns up their version for SQLite. – iconoclast Jan 5 '11 at 22:19
2  
Unfortunately, the free and lite versions both have non-commercial use only terms in the license (even on the App Store), and the full version without such a term is so expensive it's laughable. – Warren Pena Jul 29 '11 at 3:07
show 1 more comment
feedback

Have you tried Tuples?

link|improve this answer
4  
This is also bad for browsing data in your database, which Sequel Pro and Base really excel at. It's very console-centric. I don't want to type "select * from blah", I want to click on blah. That's why I'm using a GUI and not just typing "psql db_name" in my terminal. – chadoh Dec 9 '10 at 4:30
It's a database client, not a CMS. – Cocoaster Dec 11 '10 at 23:35
1  
Tuples looks very nice--visually like a Sequel Pro copy for PG. And $30 is not much, especially to be able to dump crap like pgAdmin3. – iconoclast Jan 5 '11 at 22:16
Tuples looks good, but this is absolutely useless crap if you need to browse data and don't want to type sql by hand. – Roman Dolgiy Oct 18 '11 at 15:48
feedback

Navicat - PostgreSQL is a capable OSX client. There is a free "Lite" version that is also available in the Mac AppStore. Navicat also has free "Lite" versions for MSSQL, SQLite, MySQL and Oracle in the AppStore.

link|improve this answer
The Navicat Lite version looks good, thanks! navicat.com/en/download/download.html – brutuscat Aug 20 '11 at 10:47
feedback

There's MacSQL from Runtime Labs, but I've never used it; and judging based on screenshots and videos, I'm not incredibly hopeful. Navicat does seem like the best choice, like weppos mentioned.

link|improve this answer
2  
MacSQL will cost you $249, the light version $99. Those are ridiculous prices compared to the $30 for Tuples. – Ariejan Oct 20 '10 at 6:07
feedback

There's also the open source SQuirreL SQL Client. Not the best ui and it's Java, but this is what I'm using for now. Seems OK.

http://www.squirrelsql.org/

link|improve this answer
Squirrel is fine for various tasks, however the guys behind it seem to have abused JTabbedPane, for my taste, at least. – Camilo Díaz Mar 19 '11 at 2:24
feedback

There is nothing better for any OS than EMS Sql Manager.

Just set up a VM and use that, its so good in comparison to anything else thats its worth running a VM all the time.

link|improve this answer
feedback

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