Skip to content

coderberry/PostgresApp

 
 

Repository files navigation

Postgres.app

Postgres.app is the easiest way to get started with PostgreSQL on the Mac. Open the app, and you have a PostgreSQL server ready and awaiting new connections. Close the app, and the server shuts down.

Postgres.app will be distributed through the Mac App Store, with a separate build containing the latest PostgreSQL beta available for direct download from the website.

Download

You can download the latest build from the Postgres.app website

Documentation

Documentation is available at http://postgresapp.com/documentation, as well as from the "Open Documentation" menu item in Postgres.app.

What's Included?

How To Build

  1. Open Postgres.xcodeproj in Xcode
  2. Select the "Postgres Binaries" scheme, and build by clicking "Run", or using the keyboard shortcut, ⌘B.
  3. Optionally, Select the "Postgres Extensions" scheme, and build in the same manner.
  4. Once the binaries are finished building, select the "Postgres Mac Application" scheme, and build & run by clicking "Run", or using the keyboard shortcut, ⌘R.

Under the Hood

Postgres.app bundles the PostgreSQL binaries as auxiliary executables. An XPC service manages postgres processes, which are terminated when the app is quit.

The database data directory is located in the /var directory of the Postgres.app Container's Application Support directory. When the app is launched, it checks for "PG_VERSION" in the directory. If it does not exist, initdb is run, and later, createdb to create a default database for the current user.

Contact

Mattt Thompson

License

Postgres.app is released under the PostgreSQL License. See LICENSE for additional information.

About

The easiest way to get started with PostgreSQL on the Mac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%