Performing CRUD operations
CRUD (Create, Read, Update, and Delete) operations in FerretDB use the same protocol and drivers as MongoDB.
Create operations in FerretDB
The create operation adds a new document to a collection. If the collection does not exist, this operation will create it. The following methods are available for adding documents to a collection: