aboutsummaryrefslogtreecommitdiff
path: root/python/bsddb3/README
diff options
context:
space:
mode:
authorAlan Aversa <aveNOrsa@email.ariSPAMzona.edu (remove NO and SPAM)>2017-02-14 15:13:50 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-02-17 21:52:05 +0000
commitd4a531662647c83a9baed27639af6a0f9bdebd72 (patch)
tree2930b316c75f080e9d339810607f133c5229f300 /python/bsddb3/README
parent92cb115b6b2892bcc0b2a1b7b8ab01221dceebe9 (diff)
downloadslackbuilds-d4a531662647c83a9baed27639af6a0f9bdebd72.tar.xz
python/bsddb3: Added (Python interface for Berkeley DB).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/bsddb3/README')
-rw-r--r--python/bsddb3/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/bsddb3/README b/python/bsddb3/README
new file mode 100644
index 000000000000..0dd23945147d
--- /dev/null
+++ b/python/bsddb3/README
@@ -0,0 +1,10 @@
+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.