https://github.com/insunil/learn-mongodb-using-cpp
Leaning MongoDB with C++
https://github.com/insunil/learn-mongodb-using-cpp
cpp mongodb
Last synced: 2 months ago
JSON representation
Leaning MongoDB with C++
- Host: GitHub
- URL: https://github.com/insunil/learn-mongodb-using-cpp
- Owner: insunil
- Created: 2025-02-03T12:22:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T05:27:56.000Z (about 1 year ago)
- Last Synced: 2025-07-10T05:17:06.436Z (12 months ago)
- Topics: cpp, mongodb
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
```sh
c++ --std=c++17 quickstart.cpp $(pkg-config --cflags --libs libmongocxx) -o ./app.out
./app.out
```