Guest User

Untitled

a guest
May 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. knex('mytable').where('id', 1).update('name', 'test')
  2. .then(res => console.log("result:", res));
Add Comment
Please, Sign In to add comment