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

#include <credentials.hpp>

Public Attributes

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

Member Data Documentation

◆ database

std::string csvzall::CredentialTarget::database

◆ host

std::string csvzall::CredentialTarget::host = "localhost"

◆ port

int csvzall::CredentialTarget::port = 5432

◆ user

std::string csvzall::CredentialTarget::user

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