Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
MysqlClient.hpp File Reference
#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>
Include dependency graph for MysqlClient.hpp:
This graph shows which files directly or indirectly include this file:

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