@photostructure/sqlite
    Preparing search index...

    Interface PoolRunOperation

    A batch operation that discards rows and yields a PoolRunResult.

    interface PoolRunOperation {
        kind: "run";
        params?: PoolParams;
        sql: string;
    }

    Hierarchy (View Summary)

    Index
    kind: "run"
    params?: PoolParams
    sql: string

    Exactly one executable SQL statement.