Skip to content

tirasundara/mongo-crud-embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

READ ME

Playing around with MongoDB Embedded Documents. I was curious on how to manage/manipulate the one-to-many embedded documents in Mongo.

So, basically we can use these operators to work with embedded array in MongoDB:

  • Insert -- $push
  • Update -- $set
  • Delete -- $pull

About

Golang MongoDB CRUD embedded documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages