python-gdbm@3.11
« Back to VersTracker
Description:
Python interface to gdbm
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: python database storage gdbm formula
Install: brew install python-gdbm@3.11
About:
This package provides the gdbm module for Python 3.11, enabling persistent storage of arbitrary Python objects using the GNU dbm (gdbm) database library. It functions as a dictionary-like interface for key-value data storage, offering a lightweight and reliable solution for application state management. This formula is specifically compiled for Python 3.11 to ensure compatibility.
Key Features:
  • Persistent dictionary-like storage interface
  • Integration with the GNU dbm (gdbm) library
  • Specifically built for Python 3.11 environments
  • Supports standard dictionary operations (store, retrieve, delete)
Use Cases:
  • Storing application configuration or user settings persistently
  • Caching expensive computation results or API responses
  • Managing simple key-value datasets without a full database server
Alternatives:
  • python-sqlite3 – Built-in module offering relational database capabilities; heavier than gdbm for simple key-value needs.
  • python-bsddb – Alternative database interface; Berkeley DB is often more complex to manage than gdbm.
Version History
Detected Version Rev Change Commit
Oct 9, 2025 8:59pm 0 VERSION_BUMP 8c8e2a68
Oct 9, 2025 12:33pm 0 VERSION_BUMP a3c4fd92
Dec 5, 2024 5:16am 0 VERSION_BUMP fb422584