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