-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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). | ||
|
||
|