An open API service indexing awesome lists of open source software.

https://github.com/pmqs/db_file

DB_File - Perl5 access to Berkeley DB version 1.x
https://github.com/pmqs/db_file

berkeley-db perl perl-module perl5 xs

Last synced: 23 days ago
JSON representation

DB_File - Perl5 access to Berkeley DB version 1.x

Awesome Lists containing this project

README

        

[![Linux build](https://github.com/pmqs/DB_File/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/DB_File/actions/workflows/linux.yml)
[![Macos build](https://github.com/pmqs/DB_File/actions/workflows/macos.yml/badge.svg)](https://github.com/pmqs/DB_File/actions/workflows/macos.yml)

# 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](../README).

API Documentation is in [DB_File.pod](DB_File.pod).

The CPAN location for this module is [here](https://metacpan.org/pod/DB_File)