Update existing records
db_update( object, key, collection, suffix = "", db_name = db_getActive(), upsert = FALSE )
object
: Object to insertkey
: Keycollection
: Collection namesuffix
: Collection suffixdb_name
: Database nameupsert
: Insert a new document if no matching document exists