userver
C++ Async Framework
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
12
USERVER_NAMESPACE_BEGIN
13
14
/// @brief Top namespace for uMySQL driver.
15
///
16
/// For more information see @ref mysql_driver
17
namespace
storages::
mysql
{}
18
19
/// @brief Namespace containing helper classes and functions for on-the-flight
20
/// remapping DbType<->UserType
21
namespace
storages::
mysql
::
convert
{}
22
23
USERVER_NAMESPACE_END
userver
storages
mysql.hpp
Generated on Tue Nov 19 2024 11:31:30 for userver by
Doxygen
1.10.0