The answer is no. There’s no phpMyAdmin for PostgreSQL.

But what if you can find something better? A GUI Client for MySQL that runs on your computer, and it runs really fast?

If that’s what you want, then try TablePlus.

TablePlus is a native database client that offers GUI tools to develop, manage and maintain multiple databases simultaneously.

  • Native build for Mac, and Windows. It has a good speed and tiny memory footprint.
  • Very straightforward interface. It explains itself, you know it when you see it, so it doesn’t take much time to learn.
  • Multiple windows and tabs to connect to multiple connections at the same time.
  • It’s free.

PostgreSQL is just one of many database systems that TablePlus supports, including MySQL, SQLite, SQL Server, Oracle, Redis, Cassandra, …

TablePlus GUI Tool

A solid GUI Client for PostgreSQL

  • You can bookmark connections and group them as you want (like development, staging, and production). You can assign colors to differentiate them. All connections credentials are safely saved on your computer.

  • TablePlus can also set up connections over an SSH Tunnel and supports multi-factor authentication methods such as keyboard interactive.

  • All GUI functions are available in one click, you can browse tables, check sample data, schema, and relations, then edit all of those directly from the grid view without having to write queries.

Editing data

  • One of the highlights of TablePlus’ GUI is the advanced filter option. It allows users easily do a somewhat complex query, again, with little to no querying effort.

Row Filters

  • You can also import CSV to a table or export a table/query result to a CSV file.

  • Almost every function is assigned to a shortcut key. They are generally intuitive and easy to get used to, which makes working on it a lot faster.

A powerful query editor

TablePlus’ query editor has the best practices built-in:

  • Save queries automatically to history, or manually with keyword-binding favorite.
  • Advanced autocomplete and syntax highlighting.
  • Streaming results and async loading. TablePlus starts to show the results instantly while still loading. A large query could be run in the background and you can work on other tasks.
  • Queries can be executed in batch and results will be displayed on multiple tabs. You can also split to multiple editors to work on simultaneously.
  • SQL formatting is supported, including beautify SQL and uglify SQL.

Favorite

Multiple queries with multiple results


There’re more to it, but it’s better to try the app and feel it yourself. It’s free anyway.

Download TablePlus for Mac.

Not on Mac? Download TablePlus for Windows.

On Linux? Download TablePlus for Linux

Need a quick edit on the go? Download TablePlus for iOS.

TablePlus GUI Tool PostgreSQL in darkmode