Berkeley DB的最佳Python模块?

Mar*_*son 17 python berkeley-db

根据Python 2.6.5 docs [1],不推荐在Python 3.0中删除bsddb模块.

我应该使用什么模块/包装?

[1] http://docs.python.org/library/bsddb.html

Ale*_*lli 15

我推荐使用pyBSDdb(目前使用Python标准库中的版本 - 但是独立项目更加积极地维护并且远非弃用;-).