aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-12 18:46:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-02-12 18:46:10 +0000
commita642e6f1196a1a07a8326ad069d81f052cce69fe (patch)
treecb562f78c81b9e2650aceb01dd7d1424778cbc02 /databases/Makefile
parent19ad9cf279c05be4b384240f9fa436c740ae4c99 (diff)
downloadports-a642e6f1196a1a07a8326ad069d81f052cce69fe.tar.gz
ports-a642e6f1196a1a07a8326ad069d81f052cce69fe.zip
[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
Notes
Notes: svn path=/head/; revision=565047
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a5054797dcfc..229d6a5ee077 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -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