relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
postgresql_async_connection.hpp File Reference
#include "../connection/pgsql_async_wrapper.hpp"
#include "../results/result.hpp"
#include "connection.hpp"
#include "meta.hpp"
#include <expected>
#include <future>
#include <memory>
#include <optional>
#include <regex>
#include <sstream>
#include <string>
#include <string_view>
#include <vector>
#include <boost/asio.hpp>
#include <boost/asio/awaitable.hpp>
#include <boost/asio/co_spawn.hpp>
#include <boost/asio/detached.hpp>
#include <boost/asio/use_awaitable.hpp>

Go to the source code of this file.

Classes

class  relx::connection::PostgreSQLAsyncConnection
 Asynchronous PostgreSQL implementation of the Connection interface. More...
 

Namespaces

namespace  relx
 relx database connection
 
namespace  relx::connection