objection plugin to reload the latest values from database
Usage
npm i -S objection-reloadInclude with mixin
const Reload = require('objection-reload')
class User extends mixin(Model, [Reload]) {Then
user.$reload();Limitations
It will only load its own properties and not relations