Skip to content

Instantly share code, notes, and snippets.

@vhbui02
Last active May 16, 2023 09:12
Show Gist options
  • Save vhbui02/48150bc9ed6ed35327396eb17bbd20e4 to your computer and use it in GitHub Desktop.
Save vhbui02/48150bc9ed6ed35327396eb17bbd20e4 to your computer and use it in GitHub Desktop.
[MongoDB D operation] #mongodb
// common
deleteOne()
deleteMany()
remove()

// additional
findOneAndDelete()
findAndModify()
bulkWrite()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment