File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ Do note that you can often achieve the same result using [`WITH` queries (Common
525525Like - ` postgres (' connectionURL' , { transformation: {... } })`
526526
527527### Parameters
528- * ` to` : The function to transform the outgoing query column name to, i.e ` ` SELECT ${ sql (' aName' ) } ` to ` SELECT a_name` when using ` postgres.toCamel` .
528+ * ` to` : The function to transform the outgoing query column name to, i.e ` SELECT ${ sql (' aName' ) }` to ` SELECT a_name` when using ` postgres .toCamel ` .
529529* ` from` : The function to transform the incoming query result column name to, see example below.
530530
531531> Both parameters are optional, if not provided, the default transformation function will be used.
You can’t perform that action at this time.
0 commit comments