An object representing the changes made to the database since the last run or exec call.
interface
sqlite.Changes
interface Changes
- lastInsertRowid: number | bigint
If
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.