📄️ Introduction
Queries over MongoDB has many types, but in this section we will work with the most common ones.
📄️ Listing Documents
There are multiple ways to list documents using the Query manager, let's see them all.
📄️ Saving Documents
When saying saving, it means creating, updating or replacing documents, let's see how to do that.
📄️ Deleting Documents
We can delete a single document using deleteOne method and multiple documents using delete method.