![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
SQL database connection configuration. More...
#include <connection.hpp>
Public Attributes | |
std::string | driver |
std::string | database |
std::string | hostname |
int | port |
std::string | user |
std::string | password |
std::string | application |
SQL database connection configuration.
Parameters can not be used according to SQL database (especially for SQLite3).
std::string anch::sql::SqlConnectionConfiguration::application |
Client application
std::string anch::sql::SqlConnectionConfiguration::database |
SQL database name
std::string anch::sql::SqlConnectionConfiguration::driver |
SQL connection database type
std::string anch::sql::SqlConnectionConfiguration::hostname |
SQL database hostname
std::string anch::sql::SqlConnectionConfiguration::password |
SQL database user password
int anch::sql::SqlConnectionConfiguration::port |
SQL database port
std::string anch::sql::SqlConnectionConfiguration::user |
SQL database connection user