Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
database::MongoClient::Config Struct Reference

Configuration options for the MongoDB client. More...

#include <MongoClient.hpp>

Public Attributes

std::string uri {"mongodb://localhost:27017"}
 
std::string dbname
 
std::string collection_name
 

Detailed Description

Configuration options for the MongoDB client.

Member Data Documentation

◆ collection_name

std::string database::MongoClient::Config::collection_name

◆ dbname

std::string database::MongoClient::Config::dbname

◆ uri

std::string database::MongoClient::Config::uri {"mongodb://localhost:27017"}

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