sqlkit
    Preparing search index...

    Interface QueryResult

    interface QueryResult {
        rows: any[];
    }
    Index

    Properties

    Properties

    rows: any[]