Configuration for database connection.
More...
#include <database_options.hpp>
|
|
std::string | user |
| | Database user name.
|
| |
|
rfl::Skip< std::string > | password |
| | Password for the user.
|
| |
|
std::string | host = "localhost" |
| | Host to connect to.
|
| |
|
std::string | database |
| | Database to connect to.
|
| |
|
int | port = 5432 |
| | Port the database is listening on.
|
| |
Configuration for database connection.