prorm API Reference
    Preparing search index...

    Interface IncludeResult

    Result of building JOIN clauses: the combined SQL fragment and its bound values

    interface IncludeResult {
        sql: string;
        values: unknown[];
    }
    Index
    sql: string
    values: unknown[]