//-- async const result = await Table.update( { column: 'new data value' }, // attribute { where: {id: 123} } // condition );