1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-13 18:07:31 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Aaron Piotrowski
0cf843ea82
Check if connection is lost 2017-11-05 22:36:22 -06:00
Aaron Piotrowski
88808aa654
Add isAlive() method to connection handles
Used in pool to drop dead connections from the pool automatically.
2017-11-05 15:38:17 -06:00
Aaron Piotrowski
2f0017c7a4
Add Handle interface and Pool::getConnection()
Adds quoteString() and quoteName() methods. Pool::getConnection() returns a promise that resolves to an instance of PooledConnection.
2017-08-01 00:38:12 -05:00