summaryrefslogtreecommitdiffstats
path: root/python/bsddb3/README
diff options
context:
space:
mode:
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 0000000000..0dd2394514
--- /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.