csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::postgres::ConnectionConfig Struct Reference

#include <postgres_connection.hpp>

Public Member Functions

std::string to_connection_string () const
 

Public Attributes

std::string host = "localhost"
 
int port = 5432
 
std::string database
 
std::string user
 
std::string password
 

Member Function Documentation

◆ to_connection_string()

std::string csvzall::postgres::ConnectionConfig::to_connection_string ( ) const

Member Data Documentation

◆ database

std::string csvzall::postgres::ConnectionConfig::database

◆ host

std::string csvzall::postgres::ConnectionConfig::host = "localhost"

◆ password

std::string csvzall::postgres::ConnectionConfig::password

◆ port

int csvzall::postgres::ConnectionConfig::port = 5432

◆ user

std::string csvzall::postgres::ConnectionConfig::user

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