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();'
Prefer hands-on? Practise in the Playground · Learn it as a story — both coming soon.