Is there a replement for bsddb in python3?

Paul Rubin no.email at nospam.invalid
Fri Dec 9 23:35:52 EST 2016


clvanwall <clvanwall at gmail.com> writes:
> I found that bsddb module was removed from Python3.  Is there a
> replacement for it?

Try "dbm" which has a few options for the underlying engine.
Alternatively, try sqlite3.



More information about the Python-list mailing list