ConnectionInfo.updateDB

Update a value in the key-value pair database

struct ConnectionInfo
void
updateDB
(
string key
,
string value
)

Parameters

key string

the key to set

value string

the value to set to

Meta