kysely
    Preparing search index...

    Interface CompiledQuery<O>

    interface CompiledQuery<O = unknown> {
        parameters: readonly unknown[];
        query: RootOperationNode;
        queryId: QueryId;
        sql: string;
    }

    Type Parameters

    • O = unknown
    Index

    Properties

    parameters: readonly unknown[]
    queryId: QueryId
    sql: string