Best Python module for Berkeley DB?

Posted by Mark Harrison on Stack Overflow See other posts from Stack Overflow or by Mark Harrison
Published on 2010-04-08T01:54:00Z Indexed on 2010/04/08 2:03 UTC
Read the original article Hit count: 427

Filed under:
|

According to the Python 2.6.5 docs [1], the bsddb module has been deprecated for removal in Python 3.0.

What module/wrapper should I be using instead?

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

© Stack Overflow or respective owner

Related posts about python

Related posts about berkeley-db