wok diff perl-berkeleydb/description.txt @ rev 24417
created recipes for perl-cairo-gobject, perl-glib-object-introspection and perl-gtk3
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 11 09:16:47 2022 +0100 (2022-02-11) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-berkeleydb/description.txt Fri Feb 11 09:16:47 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.