Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
MongoQueryBuilder.hpp File Reference
#include <string>
#include <memory>
#include <vector>
#include <orbit/http/json.hpp>
#include <orbit/database/MongoClient.hpp>
Include dependency graph for MongoQueryBuilder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  orm::MongoGetAwaiter< ModelType >
 An awaiter for MongoDB queries that maps JSON responses back to C++ ModelType vectors. More...
 
struct  orm::MongoInsertAwaiter< ModelType >
 An awaiter for MongoDB inserts. More...
 
class  orm::MongoQueryBuilder< ModelType >
 A lightweight ORM builder for MongoDB using nlohmann::json. More...
 

Namespaces

namespace  orm