Readonly
autoPrivate
Readonly
driverPrivate
Optional
encryptionPrivate
Optional
encryptionOptional
Readonly
optionsReadonly
readyFilter 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