userver: userver/storages/mysql.hpp Source File
Loading...
Searching...
No Matches
mysql.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/storages/mysql.hpp
4/// This file is mainly for documentation purposes and inclusion of all headers
5/// that are required for working with MySQL µserver component.
6
7#include <userver/storages/mysql/cluster.hpp>
8#include <userver/storages/mysql/component.hpp>
9#include <userver/storages/mysql/cursor_result_set.hpp>
10#include <userver/storages/mysql/exceptions.hpp>
11
12USERVER_NAMESPACE_BEGIN
13
14/// @brief Top namespace for uMySQL driver.
15///
16/// For more information see @ref mysql_driver
17namespace storages::mysql {}
18
19/// @brief Namespace containing helper classes and functions for on-the-flight
20/// remapping DbType<->UserType
21namespace storages::mysql::convert {}
22
23USERVER_NAMESPACE_END