MCPcopy
hub / github.com/eveningkid/denodb / PostgresOptionsWithURI

Interface PostgresOptionsWithURI

lib/connectors/postgres-connector.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16interface PostgresOptionsWithURI extends ConnectorOptions {
17 uri: string;
18}
19
20export type PostgresOptions =
21 | PostgresOptionsWithConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected