import * as pgc4d from "https://deno.land/x/pgc4d@v1.3.6/src/mod.ts";
Classes
A buffered query result that contains all the rows and | |
Abstract superclass of streaming and buffered results. | |
A streaming result. |
Functions
Opens a new connection to a PostgreSQL server and resolves to the connection
( |
Interfaces
Query metadata received at the end of execution of a query. | |
A notification received as a consequence of using | |
Type Aliases
A row in the shape of a JavaScript array, without column names: | |
A row in the shape of a JavaScript object, with column names as keys: |