summaryrefslogtreecommitdiffstats
path: root/libraries/bsddb3/README
blob: f23c3aaeda803dd2c5d71bce55c17b26df157fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.