작성한 질문수
Slack 클론 코딩[백엔드 with NestJS + TypeORM]
typeorm을 더 좋아하는 이유
작성
·
820
0
답변 2
raw쿼리 써서 대충 crud해본건데 참고되실까해서 남겨봅니당..
https://github.com/DoK6n/nest-board-sample
참고할 수준은 아니지만..
https://typeorm.io/#/entity-manager-api
여기 보시면 manager.query(쌩쿼리) 이렇게 간단하게 바로 날릴 수 있습니다.
entityManager는 constructor에서 의존성주입하시면 됩니다.