Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
MongoClient.hpp File Reference
#include <string>
#include <memory>
#include <coroutine>
#include <vector>
#include <stdexcept>
#include <atomic>
#include <mongoc/mongoc.h>
#include <bson/bson.h>
#include <orbit/concurrency/ThreadPool.hpp>
Include dependency graph for MongoClient.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  database::MongoClient
 An asynchronous MongoDB client using coroutines. More...
 
struct  database::MongoClient::Config
 Configuration options for the MongoDB client. More...
 
struct  database::MongoClient::QueryResult
 
struct  database::MongoClient::QueryAwaiter
 
struct  database::MongoClient::InsertAwaiter
 

Namespaces

namespace  database