Object Oriented C ++ API for Tokyo Cabinet?

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 ...

+3
source share
3 answers

Flare seems to provide C ++ bindings for the Tokyo cabinet. Source Code Git Hub

+3
source

. ++.

0

The Kyoto cabinet has a more restrictive license (GPL) than the Tokyo cabinet (LGPL). Caution!

0
source

Source: https://habr.com/ru/post/1712962/


All Articles