PostgreSQL ์ค์น
1. ํฐ๋ฏธ๋์์ brew๋ฅผ ์ด์ฉํ์ฌ ์ค์น
brew install postgresql
2. ๋ฒ์ ํ์ธ
postgres -V
3. ์์
brew services start postgresql
4. ์ ์
psql postgres
- ์ ์ ํ์ธ
- ์ข ๋ฃ
brew services stop postgresql
DBeaver ์ฐ๊ฒฐ
1. DBeaver ๋ค์ด๋ก๋
- ๊ณต์ ์ฌ์ดํธ์ ์ ์ํ์ฌ ์ด์์ฒด์ ์ ๋ง๋ ํ์ผ์ ๋ค์ด๋ก๋ ํ๋ค
2. PostgreSQL ์ ํ
3. ์ ๋ณด ์ ๋ ฅ (์ ์ ์์ฑ ํ ์งํํด์ผํจ) ํ Test Connection ํด๋ฆญ
4. ๋๋ผ์ด๋ฒ ์ค์น
5. ์๋ฃ
Reference