youngkiu.log
로그인
youngkiu.log
로그인
mongoose.lean()
오픈소스
·
2023년 9월 9일
팔로우
0
Document
lean
mongodb
mongoose
0
const
normalDoc
=
await
MyModel
.
find
(
)
;
const
leanDoc
=
await
MyModel
.
find
(
)
.
lean
(
)
;
참고)
https://mongoosejs.com/docs/tutorials/lean.html
https://node-js.tistory.com/26
https://choonse.com/2022/02/23/1000/
https://stackoverflow.com/questions/31106869/mongoose-find-result-and-then-replace-field-with-findone
https://stackoverflow.com/questions/14504385/why-cant-you-modify-the-data-returned-by-a-mongoose-query-ex-findbyid
오픈소스
팔로우
이전 포스트
flutter - ios, android 설정
다음 포스트
PostgreSQL float value
0개의 댓글
댓글 작성