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

Interface SSLConfig

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

Source from the content-addressed store, hash-verified

8}
9
10interface SSLConfig {
11 ca?: string
12 cert?: string | null
13 key?: string
14 rejectUnauthorized?: boolean
15}
16
17export interface ConnectionOptions {
18 host: string | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected