Crate gdbm [] [src]

Structs

Flags
Gdbm
StoreFlags

Enums

GdbmError

Custom error handling for the library

Constants

CACHESIZE
CENTFREE
COALESCEBLKS
FAST
FASTMODE
INSERT
NEWDB

Create a new database regardless of whether one exised. Gives read and write access

NOLOCK

Prevents the library from locking the database file

READER

Read only database access

REPLACE
SYNC

Sync all operations to disk

SYNCMODE
WRCREAT

Read, write and create the database if it does not already exist

WRITER

Read and Write access to the database