diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:29:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:29:56 +0200 |
commit | 2e46025e00fb394aa456e9589b047b981581f97c (patch) | |
tree | 1717463bce8a354ce1fd75c3d0dcf873a303c9f5 /libraries/bsddb3/README | |
parent | 22fee982afedb0dec028fae829c983f1a1007c66 (diff) | |
download | slackbuilds-2e46025e00fb394aa456e9589b047b981581f97c.tar.gz |
libraries/bsddb3: Added to 12.2 repository
Diffstat (limited to 'libraries/bsddb3/README')
-rw-r--r-- | libraries/bsddb3/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/bsddb3/README b/libraries/bsddb3/README new file mode 100644 index 0000000000..f23c3aaeda --- /dev/null +++ b/libraries/bsddb3/README @@ -0,0 +1,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. |