[MongoDB] 강좌 3편 Document Query(조회) – find() 메소드 | VELOPERT.LOG
이번 강좌에선 Document를 조회하는 메소드인 find() 메소드를 자세히 알아보도록 하겠습니다. Document 조회: db.COLLECTION_NAME.find(query, projection) 이 메소드에서 사용되는 매개변수에 대하여 알아봅시다
velopert.com
https://docs.mongodb.com/manual/tutorial/model-tree-structures-with-parent-references/
Model Tree Structures with Parent References — MongoDB Manual
Data Models > Data Model Examples and Patterns > Model Tree Structures This page describes a data model that describes a tree-like structure in MongoDB documents by storing references to "parent" nodes in children nodes.The Parent References pattern stores
docs.mongodb.com
'몽고DB' 카테고리의 다른 글
map reduce vs aggregation (0) | 2021.06.16 |
---|