bsddb3: bsddb3 (Python interface for Berkeley DB) bsddb3: bsddb3: This module provides a nearly complete wrapping of the bsddb3: Oracle/Sleepycat C API for the Database Environment, Database, Cursor, bsddb3: Sequence and Transaction objects, and each of these is exposed as a bsddb3: Python type in the bsddb3.db module. The database objects can use bsddb3: various access methods: btree, hash, recno, and queue. Complete bsddb3: support of Berkeley DB distributed transactions. bsddb3: bsddb3: Homepage: https://pypi.python.org/pypi/bsddb3/ bsddb3: