MCPcopy
hub / github.com/brianc/node-postgres / Options

Interface Options

packages/pg-connection-string/index.d.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export function parse(connectionString: string, options?: Options): ConnectionOptions
4
5export interface Options {
6 // Use libpq semantics when interpreting the connection string
7 useLibpqCompat?: boolean
8}
9
10interface SSLConfig {
11 ca?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected