NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::PgConn Struct Reference

RAII wrapper around a libpq PGconn. More...

#include <postgres_checkpoint.h>

Detailed Description

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.


The documentation for this struct was generated from the following file: