Delete

Deletes the value from the database.

Ussage

db.delete(key, [options])

Example

db.delete('food')
db.delete('food.fruits')

Last updated

Was this helpful?