Skip to content

pmqs/DB_File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06ea397 · Apr 10, 2025
Jun 17, 2024
Sep 12, 2020
Nov 1, 2003
Sep 16, 2020
Apr 28, 2019
Oct 13, 2020
Jul 1, 2020
Aug 21, 2023
Apr 10, 2025
Aug 21, 2023
Oct 31, 2020
Aug 21, 2023
Aug 21, 2023
Sep 10, 2023
Aug 21, 2023
Sep 16, 2020
Aug 21, 2023
Sep 16, 2020
Sep 2, 2002
Aug 20, 2023
Jan 5, 2020
Oct 31, 2020
Sep 16, 2020

Repository files navigation

Linux build Macos build

DB_File - A Perl Interface to Berkeley DB 1.x

DB_File is a module which allows Perl programs to make use of the API provided by version 1 of the Berkeley DB library.

This module can also be used with version 2, or greater, of the Berkeley DB library as long as Berkeley DB was built with the 1.85 API compatibility code. This is done by including the --enable-compat185 option when the Berkeley DB library is built.

For installation instructions see README.

API Documentation is in DB_File.pod.

The CPAN location for this module is here