Package tinycdb: Information

    Source package: tinycdb
    Version: 0.78-alt2
    Build time:  Mar 15, 2019, 08:26 PM
    Category: Databases
    Report package bug
    License: GPLv2+
    Summary: A package for maintenance of constant databases
    Description: 
    tinycdb is a small, fast and reliable utility set and subroutine library
    for creating and reading constant databases.  The database structure is
    tuned for fast reading:
    + Successful lookups take normally just two disk accesses.
    + Unsuccessful lookups take only one disk access.
    + Small disk space and memory size requirements; a database uses 2048
      bytes for the header and 24 bytes per record.
    + Maximum database size is 4GB; individual record size is not
      otherwise limited.
    + Portable file format.
    + Fast creation of new databases.
    + No locking, updates are atomical.
    
    This package contains the cdb utility.

    List of rpms provided by this srpm:
    libcdb (mipsel)
    libcdb-debuginfo (mipsel)
    libcdb-devel (mipsel)
    tinycdb (mipsel)
    tinycdb-debuginfo (mipsel)

    Maintainer: Ivan A. Melnikov


    Last changed


    March 15, 2019 Ivan A. Melnikov 0.78-alt2
    - Fix tests on mips*.
    Nov. 13, 2014 Dmitry V. Levin 0.78-alt1
    - Updated to 0.78.
    Aug. 24, 2012 Dmitry V. Levin 0.77-alt2
    - Fixed build with fresh glibc.