Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I have recently started using PostgreSQL with my rails app.

I was looking for a SQL GUI to the PostgreSQL database (for Mac).

Anything better than pgadmin3?

share|improve this question

2 Answers

up vote 4 down vote accepted

Check the wiki page, many different tools available.

share|improve this answer
Any which you think is the best? – Aram Bhusal Sep 5 '12 at 9:30
2  
That's a matter of taste, I prefer pgAdmin. – Frank Heikens Sep 5 '12 at 11:00

I'm currently developing a Mac client for PostgreSQL named PG Commander. My goal is to make the best designed PostgreSQL client for the Mac -- it's not as full featured as pgAdmin, but it's a lot easier to use.

share|improve this answer
Not having a Mac I can't really tell if your tool is superb (will ask my colleagues though) - but I am glad to hear about it. Do you have any plans to port it to linux/Windows/VMS/etc.? – dezso Jun 13 at 20:08
At the moment I have no plans to port it to other platforms. Unfortunately I just don't have the resources to do so. – Jakob Egger Jun 14 at 7:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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