Forward declarations of some popular postgre related types.
Definition in file postgres_fwd.hpp.
Go to the source code of this file.
#include <chrono>
#include <functional>
#include <memory>
Namespaces | |
namespace | storages |
Components, clients and helpers for different databases and storages. | |
namespace | storages::postgres |
Top namespace for uPg driver. | |
Typedefs | |
using | storages::postgres::ClusterPtr = std::shared_ptr<Cluster> |
Smart pointer to the storages::postgres::Cluster. | |
using | storages::postgres::TimeoutDuration = std::chrono::milliseconds |