import * as postgres from "https://deno.land/x/postgres@v0.17.2/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 |