view databases/pypy2-gdbm/pkg-descr @ 193:4f64ace8fb9e

Extend COMMENT and pkg-dest
author Franz Glasner <hg@dom66.de>
date Tue, 16 Jan 2024 16:53:40 +0100
parents 4f4bc0bf293a
children
line wrap: on
line source

PyPy bindings to the GNU dbm library.

GNU dbm (or GDBM, for short) is a library of database functions that
use extensible hashing and work similar to the standard UNIX
dbm. These routines are provided to a programmer needing to create and
manipulate a hashed database (as key/data pairs).