Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

berkeleydb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

berkeleydb

Python bindings for Oracle Berkeley DB

  • 18.1.11
  • PyPI
  • Socket score

Maintainers
1

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 <https://pypi.org/project/bsddb3/>__ library.

Homepage <https://www.jcea.es/programacion/pybsddb.htm>__ -- Releases (changelog) <https://docs.jcea.es/berkeleydb/latest/changelog.html>__ -- Documentation <https://docs.jcea.es/berkeleydb/latest/>__ -- Mailing List <https://mailman.jcea.es/listinfo/pybsddb>__ -- Donation <https://docs.jcea.es/berkeleydb/latest/donate.html>__

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc