Skip to main content
Module

x/postgres/deps.ts

PostgreSQL driver for Deno
Extremely Popular
Latest
import * as postgres from "https://deno.land/x/postgres@v0.19.3/deps.ts";

Namespaces

Utilities for base64 encoding and decoding.

Port of the Go encoding/hex library.

Classes

c
BufReader
deprecated
c
BufWriter
deprecated

BufWriter implements buffering for an deno.Writer object. If an error occurs writing to a Writer, no more data will be accepted and all subsequent writes, and flush(), will return the error. After all data has been written, the client should call the flush() method to guarantee all data has been forwarded to the underlying deno.Writer.

Variables

An wrapper for WebCrypto adding support for additional non-standard algorithms, but delegating to the runtime WebCrypto implementation whenever possible.

Functions

Decodes a base64-encoded string.

Converts data into a base64-encoded string.

Make the text bold.

Copy bytes from the src array to the dst array. Returns the number of bytes copied.

Resolve a Promise after a given amount of milliseconds.

Converts a file URL to a path string.

Decodes the given hex-encoded string. If the input is malformed, an error is thrown.

Converts data into a hex-encoded string.

Verifies whether provided path is absolute

Join all given a sequence of paths,then normalizes the resulting path.

Takes an input string and a formatString to parse to a date.

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color to yellow.