import * as denoNest from "https://deno.land/x/deno_nest@v3.7.0/modules/postgres/deps.ts";
Classes
Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously |
Functions
This function parses valid connection strings according to https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNSTRING |
Type Aliases
The connection string must match the following URI structure. All parameters but database and user are optional |