Provide a default Logger in the async await
overloads of PostgresConnection.query
#542
Labels
enhancement
New feature or request
Please summarize your feature request
I want to have a default Logger set up for me
Describe the functionality you're seeking in more detail
Most users don't "want" the logger, and will not provide it because they can. This leads them to use a String-based query API rather than the PostgresQuery. Extremely confusing, and opens them up to SQL injection.
Have you considered any alternatives?
No response
The text was updated successfully, but these errors were encountered: