Is there a C++ wrapper for the Tokyo Cabinet API? Obviously I can use the basic C API from C++, but I'd much rather use something that abstracted the raw functions and structures into classes.
I'm tempted to write this myself, at least for the bits of the API that I'd want to use, but it'll save time if there's one already. I checked the TC website and did some googling, but didn't turn up anything...