Creates a collection via the database runCommand method
For a list of supported options see the reference page:
https://docs.mongodb.com/manual/reference/command/create/#create
Finds and updates a single document via the database runCommand method
NOTE: This does not return the original document,
instead returns 1 if a document was updated, else 0