|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <string>#include <memory>#include <vector>#include <orbit/http/json.hpp>#include <orbit/database/MongoClient.hpp>

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 |