Skip to content

Commit

Permalink
Add README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Sep 10, 2023
1 parent 74e5226 commit 344581f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/README.md
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).


0 comments on commit 344581f

Please sign in to comment.