-
fix: connect() never orphans a pool (psql-3)
released this
2026-07-01 04:28:27 +00:00 | 10 commits to main since this releaseconnect() now closes an existing pool before re-connecting (no orphan on double-connect),
and tears down the freshly-built pool if the SELECT-1 validation fails before re-raising
(no leaked pool on a failed connect). verified vs embedded postgres. bump v0.1.1 -> v0.1.2Signed-off-by: disqualifier dev@disqualifier.me
Downloads