We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug: true
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)
All Postgres options
debug
debug: console.log
The text was updated successfully, but these errors were encountered:
Also, the debug option is declared to take either a boolean or a function inside the TS type declarations file.
Sorry, something went wrong.
No branches or pull requests
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 thedebug
option should actually be a function (e.g.debug: console.log
)The text was updated successfully, but these errors were encountered: