I'm looking for a light-weight database library that I can compile into a C++ application.
Does any such exist?
|
2
|
I'm looking for a light-weight database library that I can compile into a C++ application. Does any such exist?
|
||
|
|
|
|
For pure XML embedded database you might want to peek at Oracle Berkeley DB XML. |
||||
|
|
|
SQLite. Not flat-file, but it is file based, can be easily embedded in apps. |
|||
|
|
|
Maybe this very lightweight XML library can also be of help: RapidXML. It's an XML parser, not a database library, but depending on your application that might be enough (you mention a flatfile XML data storage). |
||
|
|
|
|
You can also look at berkleyDB From wikipedia:
|
||
|
|