Python bsddb3 4.6.4 (Default branch) |
|
|
Python bsddb3 is a Python module that provides a
nearly complete wrapping of the Oracle/Sleepycat C
API for the database environment, database,
cursor, and transaction objects, and each of these
is exposed as a Python type in the bsddb3.db
module. The database objects can use various
access methods: btree, hash, recno, and queue. It has complete support for Berkeley DB distributed transactions. The
goal is to mirror most of the real BerkeleyDB API.
License: MIT/X Consortium License
Changes:
Support for Replication Manager. The test suite has been greatly improved in speed and coverage.
|