Skip to content

JaceKim-TheAL/D2502_PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

오픈 소스 객체-관계형 데이터베이스 관리 시스템(ORDBMS)


PostgreSQL PostgreSQL Elephant Logo 설치 방법

방법1. Window 설치파일 실행

방법2. Scoop으로 Powershell에서 설치

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  • 검색창에 postgresql 을 입력하고, postgresql in main 클릭 후 명령문을 복사
  • Terminal에서 실행
    PS C:> scoop install postgresql
  • 설치 확인
    PS C:> scoop list postgresql

About

PostgresSQL : 오픈 소스 객체-관계형 데이터베이스 관리 시스템(ORDBMS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published