relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
postgresql_connection.hpp File Reference
#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
 

Typedef Documentation

◆ PGconn

using PGconn = pg_conn

Definition at line 13 of file postgresql_connection.hpp.

◆ PGresult

using PGresult = pg_result

Definition at line 15 of file postgresql_connection.hpp.