Changes

Bun

Symbol

Changes

interface Changes

An object representing the changes made to the database since the last run or exec call.

  • changes: number

    The number of rows changed by the last run or exec call.

  • lastInsertRowid: number | bigint

    If safeIntegers is true, this is a bigint. Otherwise, it is a number.