python-gdbm@3.14
« Back to VersTracker
Description:
Python interface to gdbm
Type: Formula  |  Latest Version: 3.14.2@0  |  Tracked Since: Dec 4, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: python gdbm database storage library
Install: brew install python-gdbm@3.14
About:
This package provides the gdbm module for Python 3.14, enabling programs to interface with the GNU dbm (gdbm) database library. It allows for the creation and management of key-value storage files that support fast, random-access lookups. This is essential for applications requiring persistent, dictionary-like data storage on disk.
Key Features:
  • Persistent key-value storage interface
  • Fast random-access data retrieval
  • Compatibility with GNU dbm library
  • Support for standard dictionary-like operations
Use Cases:
  • Storing application configuration or user settings
  • Implementing simple, file-based caching mechanisms
  • Managing large datasets that do not fit in memory
Alternatives:
  • python-sqlite3 – Provides a more robust, relational database with SQL support, suitable for complex queries.
  • python-shelve – A generic object persistence module that can use gdbm as a backend, offering a simpler interface for storing Python objects.
Version History
Detected Version Rev Change Commit
Dec 4, 2025 2:29am 0 VERSION_BUMP 4c356126
Oct 9, 2025 5:13pm 0 NEW 5fec22d3
Oct 9, 2025 4:35pm 0 VERSION_BUMP a02a12c7