20#ifndef ORES_DATABASE_DATABASE_OPTIONS_HPP
21#define ORES_DATABASE_DATABASE_OPTIONS_HPP
26#include <sqlgen/postgres.hpp>
28namespace ores::database {
45 std::string
host =
"localhost";
Configuration for database connection.
Definition database_options.hpp:33
int port
Port the database is listening on.
Definition database_options.hpp:53
std::string host
Host to connect to.
Definition database_options.hpp:45
std::string user
Database user name.
Definition database_options.hpp:37
std::string database
Database to connect to.
Definition database_options.hpp:49
rfl::Skip< std::string > password
Password for the user.
Definition database_options.hpp:41