/mongodb-cxx-example

Primary LanguageC++OtherNOASSERTION

This is a simple example app that uses the MongoDB "legacy" C++ driver.

You will need the Boost libraries, the MongoDB "legacy" C++ driver, and the autoconf-archive packages installed to build this project.

Build Process:

$ autoreconf --install
$ ./configure
$ make