1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-12 17:37:36 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
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
202caf8552
Add Link interface; make PooledConnection internal
Cleaned up interfaces. Users can declare Executor or Link depending on their needs.
2017-08-01 23:01:55 -05:00