먼저,
1. Postgres 다운하고
2. pgAdmin 다운
PostgresSQL은 오픈소스 관계형db 중 하나
pgAdmin은 PostgreSQL을 쉽게 쓸 수 있게 해주는 GUI라고 생각하면 된다
맥 사용자는 brew를 이용해서 다운도 가능
~$ brew search postgresql //postgres를 찾는다.
~$ brew install postgresql //설치
22.11.3 기준 Postgres15 버전이 최신
https://www.postgresql.org/download/
https://www.pgadmin.org/download/
~$ brew install --cask pgadmin4
22.11.3 기준 pgadmin4 버전이 최신