summaryrefslogtreecommitdiff
path: root/databases/py-berkeleydb/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-berkeleydb/pkg-descr')
-rw-r--r--databases/py-berkeleydb/pkg-descr20
1 files changed, 12 insertions, 8 deletions
diff --git a/databases/py-berkeleydb/pkg-descr b/databases/py-berkeleydb/pkg-descr
index 96b435f1479e..0e1de142d551 100644
--- a/databases/py-berkeleydb/pkg-descr
+++ b/databases/py-berkeleydb/pkg-descr
@@ -1,10 +1,14 @@
-This module provides a nearly complete wrapping of the Sleepycat C API
-for the Database Environment, Database, Cursor, and Transaction
-objects, and each of these is exposed as a Python Type in the
-bsddb3.db module. The database objects can use different access
-methods, btree, hash, recno, and queue. For the first time all of
-these are fully supported in the Python wrappers. Please see the
-document in developers' web site for more details on the types and
-methods provided.
+This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
+for the Database Environment, Database, Cursor, Log Cursor, Sequence and
+Transaction objects, and each of these is exposed as a Python type in the
+berkeleydb.db module. The database objects can use various access methods:
+btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
+distributed transactions. Complete support for Oracle Berkeley DB Replication
+Manager. Complete support for Oracle Berkeley DB Base Replication.
+
+Please see the documents in the docs directory of the source distribution or at
+the website for more details on the types and methods provided. The goal is to
+mirror most of the real Oracle Berkeley DB API so fall back to the Oracle
+Berkeley DB documentation as appropriate.
WWW: https://www.jcea.es/programacion/pybsddb.htm