Skip to content

Commit 7f8b5c4

Browse files
committed
docs: add link to connection pooling Wikipedia entry
closes #1496
1 parent c226ee7 commit 7f8b5c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ Unlike `end()` the `destroy()` method does not take a callback argument.
300300

301301
## Pooling connections
302302

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+
303307
Use pool directly.
304308
```js
305309
var mysql = require('mysql');

0 commit comments

Comments
 (0)