-
MongoDB 관련 tool , WebsiteBackEnd/MongoDB 2021. 11. 12. 20:37
Compass: GUI mongoDB Editor
Atlas : hosting service
mongoose quries: https://mongoosejs.com/docs/queries.html
Mongoose v6.0.12: Queries
Mongoose models provide several static helper functions for CRUD operations. Each of these functions returns a mongoose Query object. A mongoose query can be executed in one of two ways. First, if you pass in a callback function, Mongoose will execute the
mongoosejs.com
'BackEnd > MongoDB' 카테고리의 다른 글
MongoDB Basics (in terminal) (0) 2021.11.12