kysely
    Preparing search index...

    Class UpdateResult

    Index

    Constructors

    Properties

    numChangedRows?: bigint

    The number of rows the update query changed.

    This is optional and only supported in dialects such as MySQL. You would probably use numUpdatedRows in most cases.

    numUpdatedRows: bigint

    The number of rows the update query updated (even if not changed).