MCPcopy Create free account
hub / github.com/anse1/sqlsmith / pqxx_logger

Class pqxx_logger

log.hh:52–58  ·  view source on GitHub ↗

logger to postgres database

Source from the content-addressed store, hash-verified

50
51/// logger to postgres database
52struct pqxx_logger : stats_collecting_logger {
53 long id;
54 std::shared_ptr<pqxx::connection> c;
55 pqxx_logger(std::string target, std::string conninfo, struct schema &s);
56 virtual void generated(prod &query);
57 virtual void error(prod &query, const dut::failure &e);
58};
59
60#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected