Code `db.run('INSERT INTO foo ...', function (err) { console.log(err, this.lastID) })` prints `null undefined` Using Electron 1.8 What am I doing wrong?
Code
db.run('INSERT INTO foo ...', function (err) { console.log(err, this.lastID) })prints
null undefinedUsing Electron 1.8
What am I doing wrong?