MacOSXにPG/Mongo / MySQLをインストールして使用する最良の方法は、醸造です。 。
醸造の場合 インストールされていない場合は、ターミナルにコピーして貼り付けてインストールしてください。
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Postgresqlをインストールするには
brew install postgresql
DBを使用するには(実行/再起動/停止)
brew services list
brew services start postgres
brew services stop postgres