property StatementResultingChanges.changes
Usage in Deno
import { type StatementResultingChanges } from "node:sqlite";
The number of rows modified, inserted, or deleted by the most recently completed INSERT
, UPDATE
, or DELETE
statement.
This field is either a number or a BigInt
depending on the prepared statement's configuration.
This property is the result of sqlite3_changes64()
.
number | bigint