postgres
postgres copied to clipboard
Readme `debug: true` inconsistency
The readme currently has contradictory information where it states:
To log these it is required to specifically access error.query and error.parameters, or set debug: true in options.
Per the All Postgres options section however the value under the debug option should actually be a function (e.g. debug: console.log)
Also, the debug option is declared to take either a boolean or a function inside the TS type declarations file.