PostgreSQL on macOS

Install PostgreSQL using brew

brew install postgresql

List services maintained by brew

$ brew services list
Name       Status  User Plist
postgresql started lr   ...

If you don't want it running as service you can manually start it with

postgres -D /usr/local/var/postgres

Revision #2
Created 2021-03-30 10:08:05 UTC by Liviu
Updated 2021-03-30 10:11:20 UTC by Liviu