db_update function

Update existing records

Update existing records

db_update( object, key, collection, suffix = "", db_name = db_getActive(), upsert = FALSE )

Arguments

  • object: Object to insert
  • key: Key
  • collection: Collection name
  • suffix: Collection suffix
  • db_name: Database name
  • upsert: Insert a new document if no matching document exists
  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29