|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
#include "connection.hpp"#include <memory>#include <sstream>#include <string>#include <string_view>#include <type_traits>Go to the source code of this file.
Classes | |
| class | relx::connection::PostgreSQLConnection |
| PostgreSQL implementation of the Connection interface. More... | |
Namespaces | |
| namespace | relx |
| relx database connection | |
| namespace | relx::connection |
Typedefs | |
| using | PGconn = pg_conn |
| using | PGresult = pg_result |
| using PGconn = pg_conn |
Definition at line 13 of file postgresql_connection.hpp.
| using PGresult = pg_result |
Definition at line 15 of file postgresql_connection.hpp.