Sets an value in database.
db.set(database, value)
db.set('fruit', 'apple') // db.get('fruit') == 'apple'
Last updated 3 years ago
Was this helpful?