Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
interface
PostgresOptionsWithURI extends ConnectorOptions {
17
uri: string;
18
}
19
20
export
type
PostgresOptions =
21
| PostgresOptionsWithConfig
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected