Skip to content

romz-pl/db-gdbm

Repository files navigation

Build Status Coverage Status

romz-gdbm

  • This is the refactor version of GDBM (GNU dbm).

  • The GDBM is hostet on: https://www.gnu.org.ua/software/gdbm/

  • GDBM s a library of database functions that use extensible hashing.

  • The basic use of GDBM is to store key/data pairs in a data file.

  • Each key must be unique and each key is paired with only one data item.

  • The romz-gdbm is based on GDBM version 1.14.1

  • The API od romz-gdbm is identical to API of GDBM.

  • There are various test.

Releases

No releases published

Packages

No packages published

Languages