const pg = require('./pg') const getUserUpdateAt = pg('Users') .where({ id: user.id }) .first() .then(it => _.get(it,'updated_at')) //continue...