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 c226ee7 commit 7f8b5c4Copy full SHA for 7f8b5c4
Readme.md
@@ -300,6 +300,10 @@ Unlike `end()` the `destroy()` method does not take a callback argument.
300
301
## Pooling connections
302
303
+Rather than creating and managing connections one-by-one, this module also
304
+provides built-in connection pooling using `mysql.createPool(config)`.
305
+[Read more about connection pooling](https://en.wikipedia.org/wiki/Connection_pool).
306
+
307
Use pool directly.
308
```js
309
var mysql = require('mysql');
0 commit comments