Set

Sets an value in database.

Ussage

db.set(database, value)

Examples

db.set('fruit', 'apple')
// db.get('fruit') == 'apple'

Last updated

Was this helpful?