1This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
2for the Database Environment, Database, Cursor, Log Cursor, Sequence and
3Transaction objects, and each of these is exposed as a Python type in the
4berkeleydb.db module. The database objects can use various access methods:
5btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
6distributed transactions. Complete support for Oracle Berkeley DB Replication
7Manager. Complete support for Oracle Berkeley DB Base Replication.
8
9Please see the documents in the docs directory of the source distribution or at
10the website for more details on the types and methods provided. The goal is to
11mirror most of the real Oracle Berkeley DB API so fall back to the Oracle
12Berkeley DB documentation as appropriate.
13