Registry / database / gdbm
library1.24vcpkgunverified

GDBM is a library of database functions that use extensible hashing and works similar to the standard UNIX dbm.

vcpkg install gdbm
INSTALL
IMPORT
SIG · GDBM
G
gdbm
databasecppv1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gdbm.h
#include <gdbm.h>

Open a GDBM database and perform operations

#include <gdbm.h> int main() { GDBM_FILE dbf = gdbm_open("test.gdbm", 0, GDBM_WRCREAT, 0644, NULL); // ... gdbm_close(dbf); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.24latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

gdbm — pip install gdbm · libregistry