freebsd-ports/databases/py-bsddb3/pkg-descr
Dmitry Marakasov c32a758d39 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2020-09-05 09:36:45 +00:00

10 lines
531 B
Text

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