|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
RAII wrapper around a libpq PGconn. More...
#include <postgres_checkpoint.h>
RAII wrapper around a libpq PGconn.
Owns the connection; closes via PQfinish in the destructor. Non-copyable, non-movable to match the pool's slot-index access pattern (pool owns unique_ptr<PgConn>).
Definition at line 86 of file postgres_checkpoint.h.