반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- SwiftUI
- NavigationLink
- RFC1738/1808
- SWIFT
- vim
- @Binding
- Creating Operators
- dismiss
- swift6
- @EnvironmentObject
- Operater
- graphql
- Xcode
- @State
- @Environment
- IOS
- RxSwift
- init
- operator
- NullObject
- ios14
- nestjs
- nonisolated
- subject
- Bug
- URL(string:)
- typeorm
- init?
- RxCocoa
- Operators
Archives
- Today
- Total
Tunko Development Diary
[Nest.js][GraphQL] 기반 postgres DB 설치 본문
- postgres DB 를 운영체제에 맞게 설치
필자는 MacOS
PostgreSQL: Downloads - DB GUI 툴 설치
Postico – a modern PostgreSQL client for the Mac - postico 앱을 열고 +Database 버튼을 눌러 DB 생성
- Postgres 앱 실행
- 생성한 DB 아이콘 더블 클릭
- 콘솔창이 열림
- 유저 확인 명령어 실행
\du
- 유저 이름 변경 및 패스워드 설정
ALTER USER '유저이름' WITH PASSWORD '패스워드';
- 정상적으로 변경 되었는지 확인
반응형
'Development > Nest.js' 카테고리의 다른 글
[NestJS][GraphQL] mapped-types 정리 (2) | 2021.04.14 |
---|---|
[NestJS] [TypeOrm] Active Record 패턴vs Data Mapper 패턴 (0) | 2021.04.13 |
[NestJS] Configuration 환경변수 설정 [@nestjs/config, cross-env, joi] (0) | 2021.04.10 |
[nest.js/graphql] 설치 및 세팅 (0) | 2021.04.10 |
[Nast.js] 애플리케이션 프로젝트 생성 (0) | 2021.04.10 |
Comments