berkeleydb 18.1.15


pip install berkeleydb

  Latest version

Released: Oct 12, 2025

Project Links

Meta
Author: Jesús Cea Avión, Robin Dunn, Gregory P. Smith, Andrew Kuchling, Barry Warsaw

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology

Natural Language
  • English
  • Spanish

Operating System
  • Unix
  • POSIX
  • Microsoft :: Windows

Programming Language
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Database
  • Software Development
  • System :: Clustering

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.

If you need to support ancient versions of Python and/or Oracle Berkeley DB , you can use legacy bsddb3 library.

HomepageReleases (changelog)DocumentationMailing ListDonation

No dependencies