Documentation
    Preparing search index...
    type DatabaseClient = {
        query: (sql: String, parameters?: any[]) => Promise<{ rows: Row[] }>;
    }
    Index

    Properties

    Properties

    query: (sql: String, parameters?: any[]) => Promise<{ rows: Row[] }>