Skip to content

Commit 54de202

Browse files
committed
Merge pull request #211 from alyraz/master
Add description of pool
2 parents 5d6941b + 7d064e4 commit 54de202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ orm.connect("mysql://username:password@host/database?pool=true", function (err,
145145
});
146146
```
147147

148-
**Note:** `pool` is only supported by mysql & postgres.
148+
**Note:** `pool` is only supported by mysql & postgres. When 'pool' is set to true, your database connections are cached so that connections can be reused, optimizing performance.
149149

150150
Or as an object:
151151

0 commit comments

Comments
 (0)