libgs.database.KVDb.put

KVDb.put(key, value, **kwargs)[source]

Add key/value pair to database.

Parameters:
  • key – The key to add
  • value – The corresponding value
  • **kwargs – Additional columns to set (if available in the database)