interface
sqlite.Changes
interface Changes
An object representing the changes made to the database since the last run or exec call.
- lastInsertRowid: number | bigint
The
rowidof the most recently inserted row.If
safeIntegersistrue, this is abigint. Otherwise, it is anumber.