pawurb / node-postgres-extras

NodeJS PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
MIT License
73 stars 3 forks source link

Add in support for ssl config #2

Closed willfarrell closed 4 years ago

pawurb commented 4 years ago

@willfarrell thanks for the PR. I did not know SSL options will not be parsed directly from the connection string.

willfarrell commented 4 years ago

All good, thanks for merging so quickly.