prorm API Reference
    Preparing search index...

    Interface AnalyzeOptions

    Options shared by the operations that can target one table or all of them.

    interface AnalyzeOptions {
        verbose?: boolean;
        columns?: string[];
    }

    Hierarchy (View Summary)

    Index
    verbose?: boolean

    Print per-table progress where the engine supports it.

    columns?: string[]

    Limit the sample to these columns. PostgreSQL only; ignored elsewhere, where statistics are gathered per table.