📄️ Performing CRUD operations
CRUD (Create, Read, Update, and Delete) operations in FerretDB use the same protocol and drivers as MongoDB.
📄️ Insert operation
The insert operation adds a new document to a collection.
📄️ Read operation
The read operation retrieves documents in a collection.
📄️ Update operation
The update operation modifies a document record in a collection, based on a given query parameter and update.
📄️ Delete operation
The delete operation removes a document from the database when a given query is met.