entityrepository

    [NestJs] 따라하면서 배우는 NestJs - 4 (Postgres, TypeORM 적용)

    [NestJs] 따라하면서 배우는 NestJs - 4 (Postgres, TypeORM 적용)

    ✅ ORM(Object Relational Mapping) 객체와 관계형 데이터베이스의 데이터를 자동으로 변형 및 연결해주는 것 객체 클래스 vs 관계형 db 테이블간 불일치를 해소 ✅ Postgres, TypeORM 설치 및 적용 npm i pg typeorm @nestjs/typeorm --save pg : postgres 모듈 typeorm : TypeORM 모듈 @nestjs/typeorm : nest와 TypeORM 간의 연동 예제에서는 postgresSQL과 pgAdmin4 사용 💾 postgresSQL for MAC - https://postgresapp.com/downloads.html 💾 pgAdmin4 for MAC - https://www.pgadmin.org/download/pgad..