Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dex/lib/deps/pg-connection-string@2.2.0/index.d.ts>ConnectionOptions

Dex: An SQL query builder port of Knex for Deno
Latest
interface ConnectionOptions
import { type ConnectionOptions } from "https://deno.land/x/dex@1.0.2/lib/deps/pg-connection-string@2.2.0/index.d.ts";

Properties

host: string | null
optional
password: string
optional
user: string
optional
port: string | null
database: string | null | undefined
optional
client_encoding: string
optional
ssl: boolean | string
optional
application_name: string
optional
fallback_application_name: string