import * as mod from "https://dotland.deno.dev/x/postgres@v0.19.0/client.ts";
Classes
Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously | |
A client used specifically by a connection pool | |
An abstract class used to define common database client properties and methods |
Interfaces
The Session representing the current state of the connection |