python-gdbm@3.12
« Back to VersTracker
Description:
Python interface to gdbm
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: python gdbm database storage python312
Install: brew install python-gdbm@3.12
About:
This package provides the gdbm module for Python 3.12, enabling programs to interface with the GNU dbm (gdbm) database. It allows for persistent storage of key-value pairs, offering a simple and efficient way to manage data within Python applications.
Key Features:
  • Persistent key-value storage
  • Dictionary-like interface
  • High-performance data access
  • Integration with Python 3.12
Use Cases:
  • Application configuration management
  • Caching frequently accessed data
  • Simple data persistence for scripts
Alternatives:
  • sqlite3 – Provides a full relational database interface, whereas gdbm is a simpler key-value store.
  • shelve – A generic object persistence module that often uses dbm underneath, providing a higher-level interface.
Version History
Detected Version Rev Change Commit
Oct 9, 2025 7:37am 0 VERSION_BUMP b65d830d