postgresql mac teminal createdb code example
Example 1: postgresql create database mac
sudo psql -U postgres
psql: FATAL: role "postgres" does not exist
Example 2: postgresql create database mac
brew install postgresql
sudo psql -U postgres
psql: FATAL: role "postgres" does not exist
brew install postgresql