In this tutorial we will learn to install Postgres.app to use PostgreSQL database on Mac.
What is Postgres.app?
Postgres.app is a full-featured PostgreSQL installation packaged as a standard Mac app. -- https://postgresapp.com
Download
Visit postgresapp.com and download the software on your Mac.
Run the installer and move the Postgres.app into the Applications directory.
Default settings
Postgres.app will install on your Mac with the following default settings.
Host | localhost |
Port | 5432 |
User | your system user name |
Database | same as user |
Password | none |
Connection URL | postgresql://localhost |