@earth-app/collegedb
    Preparing search index...

    Interface BatchEntry

    One routed statement in a batch.

    1.4.0

    interface BatchEntry {
        bindings?: any[];
        key: string;
        sql: string;
    }
    Index
    bindings?: any[]

    Positional bindings for the statement

    key: string

    Primary key used to choose the shard

    sql: string

    SQL text using ? placeholders