import mongoose from "mongoose"
// import * as mongoose from "mongoose" 가 아니다!
const id = mongoose.Types.ObjectId('4edd40c86762e0fb12000003');
'Web Programming > NestJS' 카테고리의 다른 글
[mongoose] 인덱스 생성 그런데 이제 NestJS에서 (0) | 2022.02.23 |
---|---|
[NestJS] AWS Elastic BeanStalk 배포 (0) | 2022.02.23 |
[NestJS] mongoose 다른 이름으로 populate하기 (0) | 2022.02.14 |
[NestJS] 아직도 dotenv 사용함? (0) | 2022.02.03 |
[NestJS] Mongoose pre, post hook 설정 (0) | 2022.02.03 |