Backend/NestJS
2023. 1. 4.
[NestJS] @EntityRepository 대체 커스텀 데커레이터, 모듈 만들기
Repository 생성에 쓰인 @EntityRepository 데커레이터가 삭제되면서, Repository 생성을 위한 CustomRepository을 공부한 기록이다. 개요 전체적인 Repository의 구조와 역할에 대해서는 지난 기록에서 다뤘다. [NestJS] TypeORM, Entity, Repository 구조(NestJS PostgresSQL 적용) 드디어 DB 연동을 해봤다. NestJS에서 DB 연동에 필요한 개념과 전체적 구조에 대한 기록이다. 개요 NestJS에서 DB를 연동하는데 내가 이용한 개념은 TypeORM, Entity, Repository이다. TypeORM은 쉽게 TS를 사용 choi-records.tistory.com 이번 기록에서는 커스텀 모듈, 데커레이터 생성에 대..