https://github.com/pmqs/berkeleydb
BerkeleyDB - Perl5 access to Berkeley DB version 2.x or greater
https://github.com/pmqs/berkeleydb
berkeley-db perl perl-module perl5 perl5-module xs
Last synced: 23 days ago
JSON representation
BerkeleyDB - Perl5 access to Berkeley DB version 2.x or greater
- Host: GitHub
- URL: https://github.com/pmqs/berkeleydb
- Owner: pmqs
- Created: 2019-02-05T20:11:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T15:28:49.000Z (7 months ago)
- Last Synced: 2025-03-23T21:45:45.825Z (about 1 month ago)
- Topics: berkeley-db, perl, perl-module, perl5, perl5-module, xs
- Language: Perl
- Homepage:
- Size: 884 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: .github/README.md
- Changelog: Changes
Awesome Lists containing this project
README
[](https://github.com/pmqs/BerkeleyDB/actions/workflows/linux.yml)
[](https://github.com/pmqs/BerkeleyDB/actions/workflows/macos.yml)# BerkeleyDB - Perl interface to Berkeley DB version 2.x or greater
This Perl module provides an interface to most of the functionality available in Berkeley DB version 2 or greater. In general it is safe to assume that the interface provided here is identical to the Berkeley DB interface. The main changes have been to make the Berkeley DB API work in a Perl way.
For installation instructions see [README](../README).
API Documentation is in [BerkeleyDB.pod](../BerkeleyDB.pod).