diff options
author | gson <gson> | 2003-01-17 19:26:04 +0000 |
---|---|---|
committer | gson <gson> | 2003-01-17 19:26:04 +0000 |
commit | 8a32b3e6d99c27054348271ca384f8720ffc9b76 (patch) | |
tree | 7dea0c1f53cbc0d47d3e420c407426dcc2235e8e /databases/py-bsddb3/DESCR | |
parent | 7ae949890d279df5200c9c5c1ac33e78b049993a (diff) | |
download | pkgsrc-8a32b3e6d99c27054348271ca384f8720ffc9b76.tar.gz |
PyBSDDB 4.1.1, a Python extension module for Berkeley DB 3 and 4.
This NetBSD package includes the patches from bug reports #667340,
#667343, and #669533, which are in the SourceForge pybsddb3 CVS but
not yet in the 4.1.1 release; hence PKGREVISION=1.
Diffstat (limited to 'databases/py-bsddb3/DESCR')
-rw-r--r-- | databases/py-bsddb3/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/py-bsddb3/DESCR b/databases/py-bsddb3/DESCR new file mode 100644 index 00000000000..621d2fd4942 --- /dev/null +++ b/databases/py-bsddb3/DESCR @@ -0,0 +1,8 @@ +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. |