links for 2007-07-19 Posted on 2007-07-19 by Marc Simple Access Berkeley DB Using STLdb4 | Linux Journal Berkeley DB comes with C and C++ APIs. Unfortunately, the C++ API is a thin wrapper neglecting modern C++ designs, such as smart pointers, I/O streams, iterators, operator overloading, etc.. STLdb4 makes C++ programming with Berkeley DB simpler. (tags: C++ Berkeley_DB)