userver: userver/storages/mongo/collection.hpp File Reference
Loading...
Searching...
No Matches
collection.hpp File Reference

Detailed Description

MongoDB collection handle, the main way to operate with MongoDB.

Definition in file collection.hpp.

Go to the source code of this file.

#include <memory>
#include <optional>
#include <string>
#include <type_traits>
#include <vector>
#include <userver/formats/bson/document.hpp>
#include <userver/formats/bson/value.hpp>
#include <userver/storages/mongo/bulk.hpp>
#include <userver/storages/mongo/cursor.hpp>
#include <userver/storages/mongo/operations.hpp>
#include <userver/storages/mongo/write_result.hpp>
+ Include dependency graph for collection.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  storages::mongo::Collection
 MongoDB collection handle, the main way to operate with MongoDB. More...
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::mongo
 MongoDB client.