An object representing the changes made to the database since the last run
or exec
call.
Symbol
Changes
interface Changes
- lastInsertRowid: number | bigint
If
safeIntegers
istrue
, this is abigint
. Otherwise, it is anumber
.
Symbol
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
.