Files
DefinitelyTyped/types/pg
borkaborkaandGitHub d732b0e367 ClientConfig.ssl: TlsOptions -> ConnectionOptions
according to:
https://github.com/brianc/node-postgres/blob/6b8176e841584b76bcbd1972bf95e50558ba7395/lib/connection.js#L97

and node.js documentation of tls.connect(), this parameter must be of type ConnectionOptions and not TlsOptions
2019-03-19 23:28:38 +02:00
..