Updated FAQ (markdown)

HuaHsin Lu 2016-01-26 10:34:45 -06:00
parent 71a8d5a565
commit 4d9409818d

2
FAQ.md

@ -197,5 +197,7 @@ pg.connect(): It takes time to reconnect ?
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.
### 18. (New Question) Is there a way to check if I have an active connection?
***
[[◄ Back (Transactions)|Transactions]] ` ` [[Next (Example App) ►|Example]]