userver: storages::postgres::DsnOptions Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::DsnOptions Struct Reference
+ Collaboration diagram for storages::postgres::DsnOptions:

Public Attributes

std::string host
 
std::string port
 
std::string dbname
 

Detailed Description

Definition at line 26 of file dsn.hpp.

Member Data Documentation

◆ dbname

std::string storages::postgres::DsnOptions::dbname

Definition at line 29 of file dsn.hpp.

◆ host

std::string storages::postgres::DsnOptions::host

Definition at line 27 of file dsn.hpp.

◆ port

std::string storages::postgres::DsnOptions::port

Definition at line 28 of file dsn.hpp.


The documentation for this struct was generated from the following file:
  • userver/storages/postgres/dsn.hpp