Mac os postgresql gui
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
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.
Is PSequel open source?
No. There is no plan to open source it at this moment.
Is PSequel a forked version of Sequel Pro?
No, PSequel is written from scratch in Swift 2, although PSequel’s UI is highly inspired by Sequel Pro.
Why macOS 10.10+ only?
I am developing PSequel in my spare time. By supporting macOS 10.10+ only, I can keep the codebase simpler and save time by not testing it in older versions of macOS. And, less code, less bugs.
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, please let me know and I’ll adjust its priority based on its popularity.
How do I report bugs or suggest new features?
Use Github issue tracker. Please try not to create duplicate issues. If you are reporting multiple bugs or suggesting multiple features, please create separate issues for each bug/feature. Please include your macOS, PostgreSQL and PSequel versions when reporting a bug. If you don’t have a Github account, you could report bugs here.
How do I support the development of PSequel?
If you like PSequel, please report bugs and/or help spread the word.
Mac os postgresql gui
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, runs with Electron
Version 0.8.4
Pull requests and suggestions are welcome
To run newest version, simply:
See CONTRIBUTING.md for more details
Your donations will help to publish to app stores, more frequent releases, faster feature requests implementation. Postbird at opencollective: https://opencollective.com/postbird
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
About
Open source PostgreSQL GUI client for macOS, Linux and Windows
PSequel
PostgreSQL GUI tool for macOS
PSequel provides a clean and simple interface for you to perform common PostgreSQL tasks quickly.
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.
Is PSequel open source?
No. There is no plan to open source it at this moment.
Is PSequel a forked version of Sequel Pro?
No, PSequel is written from scratch in Swift 2, although PSequel’s UI is highly inspired by Sequel Pro.
Why macOS 10.10+ only?
I am developing PSequel in my spare time. By supporting macOS 10.10+ only, I can keep the codebase simpler and save time by not testing it in older versions of macOS. And, less code, less bugs.
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, please let me know and I’ll adjust its priority based on its popularity.
How do I report bugs or suggest new features?
Use Github issue tracker. Please try not to create duplicate issues. If you are reporting multiple bugs or suggesting multiple features, please create separate issues for each bug/feature. Please include your macOS, PostgreSQL and PSequel versions when reporting a bug. If you don’t have a Github account, you could report bugs here.
How do I support the development of PSequel?
If you like PSequel, please report bugs and/or help spread the word.
mac OS packages 
PostgreSQL is the default database on macOS Server as of OS X Server version 10.7. macOS without the macOS Server add-on installed includes only the PostgreSQL libpq shared library.
macOS Server 10.12 ships with PostgreSQL 9.4. Minor updates are provided by Apple, but not necessarily right after a new PostgreSQL minor release.
There are several other installers available for PostgreSQL on macOS, which is the recommended way to install.
Interactive installer by EDB
Download the installer certified by EDB for all supported PostgreSQL versions.
This installer includes the PostgreSQL server, pgAdmin; a graphical tool for managing and developing your databases, and StackBuilder; a package manager that can be used to download and install additional PostgreSQL tools and drivers. Stackbuilder includes management, integration, migration, replication, geospatial, connectors and other tools.
This installer can run in graphical, command line, or silent install modes.
The installer is designed to be a straightforward, fast way to get up and running with PostgreSQL on macOS.
Advanced users can also download a zip archive of the binaries, without the installer. This download is intended for users who wish to include PostgreSQL as part of another application installer.
Platform support
The installers are tested by EDB on the following platforms. They will generally work on newer versions of macOS as well:
PostgreSQL Version | 64-bit macOS Platforms |
---|---|
12 | 10.12 — 10.14 |
11 | 10.12 — 10.14 |
10 | 10.10 — 10.12 |
9.6 | 10.10 — 10.12 |
9.5 | 10.8 — 10.10 |
Postgres.app
Postgres.app is a simple, native macOS app that runs in the menubar without the need of an installer. Open the app, and you have a PostgreSQL server ready and awaiting new connections. Close the app, and the server shuts down.
PostgreSQL packages are available for macOS from the Fink Project. Please see the Fink documentation for information on how to install packages.
A list of PostgreSQL packages can be found using the package search tool on the Fink website.
MacPorts
PostgreSQL packages are also available for macOS from the MacPorts Project. Please see the MacPorts documentation for information on how to install ports.
A list of PostgreSQL packages can be found using the portfiles search tool on the MacPorts website.
Homebrew
PostgreSQL can also be installed on macOS using Homebrew. Please see the Homebrew documentation for information on how to install packages.
A list of PostgreSQL packages can be found using the Braumeister search tool.
Copyright © 1996-2020 The PostgreSQL Global Development Group