postgresSQL 연결

nikevapormax·2022년 9월 19일
0

TIL

목록 보기
101/116

명령어

  • postgresSQL 실행
$ psql postgres
  • user 확인
$ \du
  • db 생성 및 확인
$ CREATE DATABASE {db_name};
$ \l

tableplus에 db 연결



profile
https://github.com/nikevapormax

0개의 댓글