Search code examples
c++databaseopen-sourceflat-file

Looking for an open-source flatfile/xml database C++ library


I'm looking for a light-weight database library that I can compile into a C++ application.

Does any such exist?


Solution

  • For pure XML embedded database you might want to peek at Oracle Berkeley DB XML.