Is there a C ++ shell for Tokyo Cabinet API? Obviously, I can use the basic C API from C ++, but I would rather use something that abstracts the raw functions and structures in the classes.
I am tempted to write this myself, at least for the bits of the API that I would like to use, but it will save time if it already exists. I checked the TC website and did some search queries, but nothing appeared ...
source
share