Miscellaneous
Last updated
db.get('tag').custom(record => {
//do anything here
})db.custom(db_class => {
//do anything here
})db.getAll(1) // will return all the records as an {JSON: 'object'}
db.getAll(2) // will return all the records as an [Array]