Add bottom nav

DaAwesomeP 2016-01-01 15:24:37 -06:00
parent 46c672375f
commit 89222deefe

5
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.
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]]