Ben Borgers

How to install "psql" command for PostgreSQL on macOS

April 23, 2021

You can really install the psql command for Postgres if you have Homebrew installed.

Just run these two commands:

brew install postgresql
brew services start postgresql

Now, the psql command will work locally on your Mac.

Subscribe to my newsletter!

A weekly round-up of new blog posts and updates to projects I’m working on.