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

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

Awesome Lists containing this project

README

        

[![Linux build](https://github.com/pmqs/BerkeleyDB/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/BerkeleyDB/actions/workflows/linux.yml)
[![Macos build](https://github.com/pmqs/BerkeleyDB/actions/workflows/macos.yml/badge.svg)](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).