|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
Configuration options for the MySQL client. More...
#include <MysqlClient.hpp>
Public Attributes | |
| std::string | host |
| int | port {3306} |
| std::string | user |
| std::string | password |
| std::string | dbname |
Configuration options for the MySQL client.
| std::string database::MysqlClient::Config::dbname |
| std::string database::MysqlClient::Config::host |
| std::string database::MysqlClient::Config::password |
| int database::MysqlClient::Config::port {3306} |
| std::string database::MysqlClient::Config::user |