An object representing the changes made to the database since the last run or exec call.
interface
sqlite.Changes
interface Changes
- lastInsertRowid: number | bigintIf safeIntegersistrue, this is abigint. Otherwise, it is anumber.
interface
An object representing the changes made to the database since the last run or exec call.
If safeIntegers is true, this is a bigint. Otherwise, it is a number.