We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d821a commit 2469b2eCopy full SHA for 2469b2e
README.md
@@ -53,6 +53,7 @@ const sql = postgres('postgres://user:pass@host:port/database', {
53
types : [], // Custom types, see more below
54
onnotice : fn // Any NOTICE the db sends will be posted here
55
onparameter : fn // Callback with key, value for server params
56
+ debug : fn // Is called with (connection, query, parameters)
57
transform : {
58
column : fn, // Transforms incoming column names
59
value : fn, // Transforms incoming row values
0 commit comments