wok-current diff perl-berkeleydb/description.txt @ rev 25007
updated nut (2.7.4 -> 2.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:55:37 2022 +0100 (2022-05-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-berkeleydb/description.txt Mon May 16 16:55:37 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.