Learning Hub

Installing PostgreSQL

Topic 3 of 4 in this level
Reading as a guest — sign up to save your progress →

Installing PostgreSQL

Install PostgreSQL locally and verify it runs.

brew install postgresql@16
brew services start postgresql@16
psql -c 'select version();'
Relational databases and SQL
Prefer hands-on? Practise in the Playground · Learn it as a story — both coming soon.