What is the best database query tool for PostgreSQL on OSX? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, an开发者_如何学JAVAd more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionI'm interested to find the best desktop database query tool for PostgreSQL. Some options are PGadmin, RazorSQL. I'm interested to know which are the best ones.
After evaluating a bunch of GUI-based options for OSX I settled on Navicat for Postgresql because to me, it has a more natural UI than pgAdmin (at least for OSX).
I find pgAdmin has a better query analysis tool though so I've got it installed as well.
For some definition of 'best' I humbly offer up psql
; it is fast and easy, free, and already installed. :)
For query only I use DbVisualiser. It is a cross platform Java application.
There is no "best". But I do like pgAdmin, works on any OS, not just OS X, and is for free. You could also use OpenOffice Base to connect to your database, using JDBC.
We Use PGAdmin. Not had any issues with it other than the following (unsatisfactory answered - by myself) question I posted a while back.
You might want to try SQL Workbench/J (Java based): http://www.sql-workbench.net
精彩评论