[PSQL] Getting Started
安裝
- 透過 homebrew 安裝:postgres
- 透過 Mac App 安裝:postgresApp
- GUI 管理介面:pgAdmin, postico
# 透過 homebrew 安裝
$ brew install postgresql
$ brew services start postgresql
$ psql postgres
# 透過 homebrew 安裝
$ brew install postgresql
$ brew services start postgresql
$ psql postgres