Table viewer
Open schemas and tables, inspect rows, sort data, and check records without writing every lookup by hand.
PostgreSQL viewer for Mac
PostgresGUI is a native PostgreSQL viewer for Mac. Connect to a local, cloud, or remote database, then browse tables, run SQL, edit rows, inspect JSON, and export results as CSV.
Open schemas and tables, inspect rows, sort data, and check records without writing every lookup by hand.
Run SQL and keep wide results visible, then view JSON or export the result as CSV.
See PostgreSQL tables, views, and values without an ORM changing names or types.

PostgresGUI shows the schema and query result together, which makes it easier to catch a nullable column, a timestamp conversion, or a JSONB shape that looked different through the application layer.
Looking for a graphical interface to use alongside psql? See the psql GUI guide. Need broader administration features? Compare Postgres managers for Mac.
For broader comparisons, read the best Mac PostgreSQL GUI client guide.
Work mostly in an application framework? See the PostgreSQL client workflows for Rails, Django, Node.js, and Prisma.