ODB is a clean Python interface around multiple
database back-ends. It currently wraps Berkeley DB
(through the bsddb3 module) and its own native
data storage system which is written in 100%
Python.
License: GNU Lesser General Public License (LGPL)
Changes:
The license was switched from a non-standard
BSD-ish license to LGPLv3. The b-tree code was
rewritten from the ground up to make it more
general and robust. The "blist" table type was
implemented. Blists are a btree implementation of
a random-access sequence. The package and module
level documentation was improved.
|