import * as denoNest from "https://deno.land/x/deno_nest@v3.5.2/modules/postgres/deps.ts";
Classes
Clients allow you to communicate with your PostgreSQL database and execute SQL statements asynchronously |
Functions
Set background color to blue. | |
Set background color using 24bit rgb.
| |
Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit | |
f blue | Set text color to blue. |
f bold | Make the text bold. |
Set text color to green. | |
Inject decorator | |
Make the text italic. | |
This function parses valid connection strings according to https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNSTRING | |
f red | Set text color to red. |
Set text color using 24bit rgb.
| |
f rgb8 | Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit |
Set text color to yellow. |
Type Aliases
The connection string must match the following URI structure. All parameters but database and user are optional |