view databases/pypy2-gdbm/pkg-descr @ 196:f31ba036478b

>>>>> tag v7.3.15 for changeset 78aac73348d4
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 19 Jan 2024 01:54:17 +0100
parents 4f64ace8fb9e
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).