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 30 March 2021 10:08:05 by Liviu
Updated 30 March 2021 10:11:20 by Liviu