@photostructure/sqlite
    Preparing search index...

    Interface PoolRunResult

    The result of a run operation.

    interface PoolRunResult {
        changes: number | bigint;
    }
    Index
    changes: number | bigint

    Rows changed by the statement, or 0 when it changed none.

    A bigint when DatabasePoolOptions.readBigInts is set.