Postgre SQL - Installation
MacOS
https://www.postgresql.org/download/macosx/
brew install postgresql@15brew services start postgresql@15brew --prefix postgresql@15echo 'export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"' >> ~/.zshrcsource ~/.zshrc- ``
 - ``
 
Step 2: Verify psql Installation
psql --versionpsql postgres