1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/py-bsddb3/pkg-descr
Li-Wen Hsu e82d16a272 - Update to 4.7.6 [1]
- Use COPYTREE_SHARE to install documents

PR:		ports/130412 [1]
Submitted by:	David Naylor <naylor.b.david AT gmail.com>
Approved by:	maintainer timeout (6 months)
2009-06-30 08:49:35 +00:00

11 lines
530 B
Plaintext

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.
WWW: http://www.jcea.es/programacion/pybsddb.htm