Member Junction
    Preparing search index...

    Query test result

    interface QueryTestResult {
        attempts?: number;
        error?: string;
        renderedSQL?: string;
        rowCount?: number;
        sampleRows?: unknown[];
        success: boolean;
    }
    Index

    Properties

    attempts?: number
    error?: string
    renderedSQL?: string
    rowCount?: number
    sampleRows?: unknown[]
    success: boolean