How to setup Postgres Database in Mac
Install and Setup Postgres in Mac
In this article we are going to setup PosGresql in Mac.
Setting up PostGresql in Mac is very easy if we make use of Homebrew.
Open terminal and check if Homebrew is installed using below command
brew -v If its already installed, Homebrew version should be displayed.
Next, update Homebrew to the latest version using below command
brew update Now install PostGres SQL using homebrew command