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

Function parseIntoClientConfig

packages/pg-connection-string/index.js:215–217  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

213
214// parses a connection string into ClientConfig
215function parseIntoClientConfig(str) {
216 return toClientConfig(parse(str))
217}
218
219function deprecatedSslModeWarning(sslmode) {
220 if (!deprecatedSslModeWarning.warned && typeof process !== 'undefined' && process.emitWarning) {

Callers 1

clientConfig.tsFile · 0.85

Calls 2

toClientConfigFunction · 0.85
parseFunction · 0.70

Tested by

no test coverage detected