c++mongodbembedded-database

Is it possible to use MongoDB as an embedded database?


As the title says I like to embedd the MongoDB server into my own C++ application. I haven't found this mode in the documentation. What I was looking for is something like SQLite or Firebird in the embedded mode. Is this also possible with MongoDB? (Without programming it myself).


Solution

  • There is no way to embed MongoDB right now - but on the wishlist of many people.