PostgreSQL

    PostgreSQL Homebrew로 맥북(M1)에 설치 및 접속하는법

    homebrew로 PostgreSQL 설치brew install postgresql PostgreSQL 설치 확인postgres -VPostgreSQL 접속 하기# postgresql 실행brew services start postgresql# postgresql 접속psql postgres 콘솔 종료하는법\qPostgreSQL 실행 종료# postgresql 종료brew services stop postgresql