We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd90d1d commit 0c44758Copy full SHA for 0c44758
Readme.md
@@ -268,8 +268,6 @@ Pools accept all the same options as a connection. When creating a new
268
connection, the options are simply passed to the connection constructor. In
269
addition to those options pools accept a few extras:
270
271
-* `createConnection`: The function to use to create the connection. (Default:
272
- `mysql.createConnection`)
273
* `waitForConnections`: Determines the pool's action when no connections are
274
available and the limit has been reached. If `true`, the pool will queue the
275
connection request and call it when one becomes available. If `false`, the
0 commit comments