Python Table engine binding for Tokyo Cabinet
问题 I am looking for python bindings for Table engine of Tokyo cabinet. I tried Pytc but can only find Hash and B-tree engine support. Is there any other bindings available? 回答1: Here is an implementation of search of table engine using PyTyrant: http://github.com/ericflo/pytyrant/tree/master 回答2: I was in contact with the author of tc and he told me the following: Currently, the table (tdb) driver exist in the master branch (unit tests) and the fdb driver is being developed in a separate branch.