diff --git a/FAQ.md b/FAQ.md index 016183c..c82c280 100644 --- a/FAQ.md +++ b/FAQ.md @@ -195,4 +195,7 @@ pg.connect(): It takes time to reconnect ? ### 17. What happens if I ask for a connection and the pool is already empty? will it throw an error or wait until a connection becomes available? -It will wait, and call your callback with a connection after one becomes available. This package uses the [generic-pool](https://github.com/coopernurse/node-pool) package to provide this behavior. \ No newline at end of file +It will wait, and call your callback with a connection after one becomes available. This package uses the [generic-pool](https://github.com/coopernurse/node-pool) package to provide this behavior. + +*** +[[◄ Back (Transactions)|Transactions]] ` ` [[Next (Example App) ►|Example]] \ No newline at end of file