diff options
Diffstat (limited to 'databases/py-bsddb3/pkg-descr')
-rw-r--r-- | databases/py-bsddb3/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/py-bsddb3/pkg-descr b/databases/py-bsddb3/pkg-descr new file mode 100644 index 000000000000..95a1d2393d1d --- /dev/null +++ b/databases/py-bsddb3/pkg-descr @@ -0,0 +1,13 @@ +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://pybsddb.sourceforge.net/ +developed by Robin Dunn et al + +- Hye-Shik Chang, a.k.a. "Perky" |