If anyone wants to test out my latest db code, I have it at
https://github.com/clintar/boolberry/tree/lmdb_scratchyou can get the branch with
git clone -b lmdb_scratch https://github.com/clintar/boolberry.git
then
mkdir -p build/release; cd build/release
cmake -DDATABASE=lmdb ../..
make -j4 daemon
should compile it, at least in linux. Let me know if it compiles or not at least!
