📜  knex 更新和获取结果 mysql - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:30.143000             🧑  作者: Mango

代码示例1
const data = await db('user')
.where('userId', '818f68e5-bf7f-418c-8e8e-19f3b25cb9c3')
.update({ about: 'Alice in Wonderland' }, '*', { includeTriggerModifications: true })