MongoDB
Type: Database
Resources
insert
MongoDB provides the following methods for inserting documents into a collection. Reference.
query
To select all documents in the collection, pass an empty document as the query filter parameter to the find method. Reference
update
This method will update documents in your collection. Reference
delete
This method will delete documents in your collection. Reference
Updated over 5 years ago