Registry / database / oatpp-mongo

oatpp-mongo

JSON →
library1.3.0vcpkgunverified

MongoDB adapter for Oat++ ORM with DTO to BSON mapping.

vcpkg install oatpp-mongo
INSTALL
IMPORT
SIG · OATPP-MONGO
O
oatpp-mongo
databasecppv1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oatpp-mongo/oatpp-mongo.hpp
#include <oatpp-mongo/oatpp-mongo.hpp>

Initialize MongoDB driver

#include <oatpp-mongo/oatpp-mongo.hpp> #include <iostream> int main() { oatpp::mongo::Driver driver("mongodb://localhost:27017"); std::cout << "Connected to MongoDB" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

oatpp-mongo — pip install oatpp-mongo · libregistry