We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073446b commit 6f4f4c9Copy full SHA for 6f4f4c9
1 file changed
src/options.ts
@@ -120,6 +120,9 @@ type DeprecatedOptions = {
120
* <br>
121
* Other options
122
* <ul>
123
+ * <li> stdlib_http: <i>enum, accepted values: on, off</i> - With HTTP protocol the Undici library is used by default. By setting this option
124
+ * to <i>on</i> the client switches to node's core http and https modules.
125
+ * </li>
126
* <li> max_name_len: <i>integer</i> - The maximum length of a table or column name, the Sender defaults this parameter to 127. <br>
127
* Recommended to use the same setting as the server, which also uses 127 by default.
128
* </li>
0 commit comments