Skip to main content
Extremely Popular
Go to Latest
import * as postgres from "https://deno.land/x/postgres@v0.18.0/connection/connection_params.ts";

Interfaces

Additional granular database connection options

The Transport Layer Security (TLS) protocol options to be used by the database connection

Type Aliases

The configuration options required to set up a Client instance

Control the behavior for the client instance

The Client database connection options

The connection string must match the following URI structure. All parameters but database and user are optional

A decoder function that takes a string value and returns a parsed value of some type. the Oid is also passed to the function for reference