Hi.
I would like to write some C-bindings (using FFI for Chez) to tokyocabinet, which is an efficient key-value store (see
http://fallabs.com/tokyocabinet/).
I don't need all functions from tokyocabinet; a coverage like implemented in a Chicken egg
http://wiki.call-cc.org/eggref/4/tokyocabinetwould be fine.
Before I start:
1. Are there any (partial) bindings for tokyocabinet around?
2. If not: are there any examples for other key-value stores (dbm, ndbm, gdbm, qdbm)?
Greetings
Sven