Get

Fetch data from database.

Ussage

db.get(database)

Example

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

Last updated

Was this helpful?