[nestjs] nestjs/typeorm 0.3.x 적용 / Custom Repository가 안 된다

Edward Hyun·2022년 9월 13일
0

backend

목록 보기
94/120

nestjs/typeorm 0.3.x 적용 / Custom Repository가 안 된다

아래 내용은 다음과 같다.
1. CustomRepository와 CustomTypeOrmModule 코드를 작성한다.
2. EntityRepository는 이제 사용 불가하므로, CustomRepository 데코레이터로 변경한다.
3. CustomTypeOrmModule.forFeature()를 이용해서 Repository를 Module에 등록해준다.
4. 매번 주입하는 방식이 아니라 데코레이터와 Module import를 이용해서 이 문제를 해결하는 데에 성공

출처)
https://kscodebase.tistory.com/524

기본적인 TypeOrm 사용법)
NestJS, MySQL, TypeORM Crash Course
https://www.youtube.com/watch?v=W1gvIw0GNl8

profile
앱&웹개발(flutter, vuejs, typescript, react), 인공지능(nlp, asr, rl), 백엔드(nodejs, flask, golang, grpc, webrtc, aws, msa, nft, spring cloud, nest.js), 함수형 프로그래밍(scala, erlang)을 공부하며 정리합니다.

0개의 댓글