icon

PSequel

PostgreSQL GUI tool for Mac OS X

Design for Yosemite. Written in Swift. PSequel provides a clean and simple interface to perform common PostgreSQL tasks quickly.

Download<- It's free!
For OS X Yosemite or later

FAQ

It says "PSequel.app can't be opened because it is from an unidentified developer" when I try to open PSequel

That means your Mac has Gatekeeper enabled. In order for an app to get through the gate, the developer has to pay $99/year to Apple. I don't want to pay Apple for delivering a free app. A simple workaround is: right click the icon of the app and select "Open" from the contextual menu - you will only have to do this once.

Why yet another PostgreSQL GUI client? Why not just pgAdmin?

Well, pgAdmin is great for its feature-richness. However, I found its UI is clumsy and complicated. I know there is a list of PostgreSQL GUI Tools. However, they are either web-based, Java-based* or don't support the features I want. In the good old MySQL world, my favorite client is Sequel Pro, but its support for PostgreSQL doesn't seem to be happening. So, I decided to make one myself.

* No offense to the Java community. I am a Java developer myself and I like JVM a lot. I just dislike Java desktop apps personally.

PSequel's UI looks similar to Sequel Pro. Is PSequel a forked version of Sequel Pro?

No, PSequel is written from scratch in Swift.

Why OS X 10.10+ only?

I am developing PSequel in my spare time. By supporting OS X 10.10+ only, I can keep the codebase simpler and save time by not testing it in earlier versions of OS X. And, less code, less bug.

What's the current status of PSequel?

PSequel is still in its early stage. My plan to implement most features in Sequel Pro. If you think a feature is important, let me know and I'll adjust its priority based on its popularity.

How do I support the development of PSequel?

If you like PSequel, please report bugs/features/enhancements or simply say hello/thanks to me.

TODO