For a project i am looking for a simple database which is written in C (or C++) for a cross platform aplication. After looking into HamsterDB (which looked promissing) i had found out, that it is dependen on boost on windows. So the alternative should not relies on STL or other libraries as the Application will be run on different Eco Systems (like arduino,symbian,android,windows) and compiled on diferent IDEs.
It will store up ton 20mil keys(but usualy below 50k keys), IO will be low.
Therefor it should be as clean C (or C++) as possible.
Can somebody show me something which will fullfill this, ready made?