Skip to main content
Module

x/neo4j_lite_client/core/record.ts

Unofficial Neo4j Driver for Deno
Latest
import * as neo4jLiteClient from "https://deno.land/x/neo4j_lite_client@4.4.6/core/record.ts";

Classes

Records make up the contents of the Result, and is how you access the output of a query. A simple query might yield a result stream with a single record, for instance: