gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
419 stars 35 forks source link

Added instructions on how to setup PostgreSQL in macOS #47

Closed kitsiosk closed 3 months ago

kitsiosk commented 4 months ago

Will double-check them tomorrow using a second macOS machine

jc00ke commented 4 months ago

For macOS I'd also throw out https://postgresapp.com/ as a super easy way to get Postgres installed.

kitsiosk commented 4 months ago

For macOS I'd also throw out https://postgresapp.com/ as a super easy way to get Postgres installed.

Thanks, I added this option, together with motivation for using postgresql, and brief explanation of client-server model

kitsiosk commented 4 months ago

Update: I tested both installation options on a second Mac machine, and made the required adjustments. Next, I will add simple queries to get started