How to Install PostgreSQL on MacOS
Just a short list to show the ways to install Postgres on the Mac. MacPorts
1 |
sudo port install postgresql11-server |
Homebrew
1 |
brew install postgres |
Postgres.app Postgres.app is a …