mirror of https://github.com/jackc/pgx.git
Logger ideas
parent
4eff30fa70
commit
a64551fec8
1
v4.md
1
v4.md
|
@ -22,6 +22,7 @@ Potential Changes:
|
|||
* Consider how to simplify context.Context and query cancellation support (or even remove). This logic is very complex and error prone. Perhaps connections should simply be killed on a cancelled context rather than trying to recover. Separating PostgreSQL query cancellation from context might simplify them both. Also consider that PG queries can be cancelled and connections can be terminated via SQL functions from another connection.
|
||||
* Better error handling. Consider package functions that interrogate errors rather comparing to value or type. Like net.Error interface but with addition of package functions that unwrap and interrogate the error. Maybe target the Go 2 error proposal.
|
||||
* Add function that extracts logger from context to conn config.
|
||||
* get logger from context or maybe logger receives context
|
||||
* Maybe move to zerolog style interface for logging
|
||||
* Add libpq style function layer: sendquery, sendpreparedquery, getresults etc.
|
||||
* Consider strongly typed row scan in style of zerolog (chained functions instead of varargs)
|
||||
|
|
Loading…
Reference in New Issue