Date: Fri, 12 Feb 2021 18:46:11 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565047 - in head/databases: . py-berkeleydb Message-ID: <202102121846.11CIkBIJ078818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Fri Feb 12 18:46:10 2021 New Revision: 565047 URL: https://svnweb.freebsd.org/changeset/ports/565047 Log: [NEW] databases/py-berkeleydb: Python bindings for Oracle Berkeley DB This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log Cursor, Sequence and Transaction objects, and each of these is exposed as a Python type in the berkeleydb.db module. The database objects can use various access methods: btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB distributed transactions. Complete support for Oracle Berkeley DB Replication Manager. Complete support for Oracle Berkeley DB Base Replication. Please see the documents in the docs directory of the source distribution or at the website for more details on the types and methods provided. The goal is to mirror most of the real Oracle Berkeley DB API so fall back to the Oracle Berkeley DB documentation as appropriate. WWW: https://www.jcea.es/programacion/pybsddb.htm Added: head/databases/py-berkeleydb/ - copied from r565041, head/databases/py-bsddb3/ Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Feb 12 18:43:54 2021 (r565046) +++ head/databases/Makefile Fri Feb 12 18:46:10 2021 (r565047) @@ -743,6 +743,7 @@ SUBDIR += py-apsw SUBDIR += py-asyncpg SUBDIR += py-bsddb3 + SUBDIR += py-berkeleydb SUBDIR += py-carbon SUBDIR += py-cassandra-driver SUBDIR += py-couchdb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121846.11CIkBIJ078818>