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

    Interface PlanQueryOptions

    Options for planQuery.

    1.4.0

    interface PlanQueryOptions {
        defaultKeyColumn?: string;
        keyColumns?: Record<string, string>;
    }
    Index
    defaultKeyColumn?: string

    Key column for tables absent from keyColumns (default: id)

    keyColumns?: Record<string, string>

    Primary-key column per table. Tables not listed use defaultKeyColumn.