wok diff perl-berkeleydb/description.txt @ rev 24250

updated perl-proc-processtable (0.59 -> 0.634)
author Hans-G?nter Theisgen
date Sun Jan 02 09:43:23 2022 +0100 (2022-01-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-berkeleydb/description.txt	Sun Jan 02 09:43:23 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +BerkeleyDB is a module which allows Perl programs to make use of the
     1.5 +facilities provided by Berkeley DB version 2 or greater.
     1.6 +(Note: if you want to use version 1 of Berkeley DB with Perl you
     1.7 +need the DB_File module).
     1.8 +
     1.9 +Berkeley DB is a C library which provides a consistent interface to a
    1.10 +number of database formats. BerkeleyDB provides an interface to all
    1.11 +four of the database types (hash, btree, queue and recno) currently
    1.12 +supported by Berkeley DB.