slackbuilds/libraries/bsddb3
Larry Hajali 193729451b libraries/bsddb3: Updated for version 4.7.6 2010-05-13 00:28:54 +02:00
..
README libraries/bsddb3: Added to 12.2 repository 2010-05-12 23:29:56 +02:00
bsddb3.SlackBuild libraries/bsddb3: Updated for version 4.7.6 2010-05-13 00:28:54 +02:00
bsddb3.info libraries/bsddb3: Updated for version 4.7.6 2010-05-13 00:28:54 +02:00
slack-desc libraries/bsddb3: Added to 12.2 repository 2010-05-12 23:29:56 +02:00

README

Python interface for Berkeley DB

This module provides a nearly complete wrapping of the
Oracle/Sleepycat C API for the Database Environment, Database,
Cursor, Sequence 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. Complete support of Berkeley DB distributed transactions.
Complete support for Berkeley DB Replication Manager. Complete
support for Berkeley DB Base Replication. Support for RPC.

This optionally can use pysetuptools.