Private
Readonly
_databaseReadonly
autoOptional
Readonly
optionsReadonly
readyReadonly
tableFilter the database by the key
<db>.filter(t => t == "test")
Data key
Optional
operator: "/" |
"-" |
"+" |
"*"One of +, -, %, * or /
Optional
new_value: string | numberDoes a math calculation and stores the value in the database!
db.math("points","+",150)
Static
is
Description
Returns database connection uptime!
Example