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
- Host: GitHub
- URL: https://github.com/pmqs/db_file
- Owner: pmqs
- Created: 2019-02-05T20:01:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T06:38:39.000Z (11 months ago)
- Last Synced: 2025-03-23T21:45:44.308Z (about 1 month ago)
- Topics: berkeley-db, perl, perl-module, perl5, xs
- Language: Perl
- Homepage:
- Size: 1.19 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: .github/README.md
- Changelog: Changes
Awesome Lists containing this project
README
[](https://github.com/pmqs/DB_File/actions/workflows/linux.yml)
[](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)