File: README.md

package info (click to toggle)
libberkeleydb-perl 0.66-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,996 kB
  • sloc: perl: 10,202; ansic: 6,484; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[![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).