An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

# Quickstart

```sh
c++ --std=c++17 quickstart.cpp $(pkg-config --cflags --libs libmongocxx) -o ./app.out
./app.out
```