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

Interface PostgresOptionsWithConfig

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

Source from the content-addressed store, hash-verified

6import type { Values } from "../data-types.ts";
7
8interface PostgresOptionsWithConfig extends ConnectorOptions {
9 database: string;
10 host: string;
11 username: string;
12 password: string;
13 port?: number;
14}
15
16interface PostgresOptionsWithURI extends ConnectorOptions {
17 uri: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected