📄️ #db.f(..)
Retrieves documents from the database.
📄️ #db.i(..)
Add new document(s) to the database.
📄️ #db.ObjectId()
Generates a MongoDB ObjectId.
📄️ #db.r(..)
Removes document(s) from the database.
📄️ #db.u(..)
Updates documents in the database.
📄️ #db.u1(..)
Updates a single document in the database.
📄️ #db.us(..)
Updates documents in the database, if they exist. Inserts the document if it does not exist