python-ntdb-dbg

Python bindings for ntdb - debug extension
  http://tdb.samba.org/
  0
  no reviews



This is a simple database api. it is modelled after the structure of gdbm. tdb features, unlike gdbm, multiple writers support with appropriate locking and transactions.

ntdb uses a file format that is incompatible with tdb, but the api is similar. it improves performance, adds support for databases larger than 4 gb, and improves integration with talloc.

this package contains the python debug extension.