slackbuilds_ponce/python/bsddb3
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
bsddb3.info
bsddb3.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.