@photostructure/sqlite
    Preparing search index...

    Interface PoolGetOperation

    A batch operation that yields the first row, or undefined when there is none.

    interface PoolGetOperation {
        kind: "get";
        params?: PoolParams;
        sql: string;
    }

    Hierarchy (View Summary)

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

    Exactly one executable SQL statement.