This is an alias of Database.run
method
sqlite.Database.exec
Referenced types
interface Changes
An object representing the changes made to the database since the last run
or exec
call.
- lastInsertRowid: number | bigint
If
safeIntegers
istrue
, this is abigint
. Otherwise, it is anumber
.