import * as neo4jLiteClient from "https://deno.land/x/neo4j_lite_client@4.4.6/core/result.ts";
Classes
A stream of Record representing the result of a query. Can be consumed eagerly as Promise resolved with array of records and ResultSummary summary, or rejected with error that contains string code and string message. Alternatively can be consumed lazily using Result#subscribe function. |
Interfaces
The query result is the combination of the ResultSummary and the array Record[] produced by the query | |
Interface to observe updates on the Result which is being produced. |