Skip to main content
Module

x/pgc4d/src/mod.ts

A full-featured PostgreSQL Client for Deno
Latest
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 CompletionInfo.

c
QueryResult
abstract

Abstract superclass of streaming and buffered results.

A streaming result.

Functions

Opens a new connection to a PostgreSQL server and resolves to the connection (PgConn) once authenticated and ready to accept queries.

Interfaces

Query metadata received at the end of execution of a query.

A notification received as a consequence of using LISTEN.

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: