Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
database::MysqlClient::Config Struct Reference

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
 

Detailed Description

Configuration options for the MySQL client.

Member Data Documentation

◆ dbname

std::string database::MysqlClient::Config::dbname

◆ host

std::string database::MysqlClient::Config::host

◆ password

std::string database::MysqlClient::Config::password

◆ port

int database::MysqlClient::Config::port {3306}

◆ user

std::string database::MysqlClient::Config::user

The documentation for this struct was generated from the following file: