|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <mysql.h>#include <string>#include <memory>#include <coroutine>#include <vector>#include <stdexcept>#include <functional>#include <orbit/network/Proactor.hpp>#include <orbit/database/ResultSet.hpp>

Go to the source code of this file.
Classes | |
| class | database::MysqlClient |
| An asynchronous MySQL client using coroutines and a network Proactor. More... | |
| struct | database::MysqlClient::Config |
| Configuration options for the MySQL client. More... | |
| struct | database::MysqlClient::ConnectAwaiter |
| struct | database::MysqlClient::QueryAwaiter |
Namespaces | |
| namespace | database |