mongodb
Last updated
Was this helpful?
Last updated
Was this helpful?
: MongoDB is an open source NoSQL database management program.
Create New Document: Create a new document in a collection of your choice.
Delete a Document: Delete a single document by ID.
Execute Aggregation: Execute an aggregation pipeline on a MongoDB collection.
Find Document: Finds a document by a query filter.
Find Document by Id: Retrieves a single document by ID.
Search Documents: Search for specific documents or return all documents.
Update a Document: Updates a single document by ID.
Update Documents: Updates many documents by query filter.