• Returns the read-write data source if it exists, otherwise throws an error.

    Parameters

    Returns sql.ConnectionPool & {
        query: ((sql, params?) => Promise<any[]>);
    }