Skip to content

The latest version of Oracle Berkeley DB licensed under the Berkeley Database License

License

Notifications You must be signed in to change notification settings

Positeral/libdb5

Repository files navigation

Oracle Berkeley DB

This repository based on Oracle Berkeley DB 11g Release 2, library version 11.2.(5.3.28) - latest version of the open-source edition Berkeley DB which licensed under the Berkeley Database License (a.k.a. the Sleepycat Software Product License). Starting with next version 12.1.(6.0.20), the open-source editions are licensed under the GNU AGPLv3.

C API Reference

C++ API Reference

Berkeley DB Transactional Data Store

Architecting Transactional Data Store applications

What Berkeley DB is not

To view release and installation original documentation, load the distribution file docs/index.html into your web browser or visit this site here. To perform a typical UNIX build & installation of Berkeley DB, enter the following commands:

git clone https://github.com/Positeral/libdb5.git
cd libdb5/build_unix
../dist/configure prefix=/usr 
make
sudo make install

See Building Berkeley DB for UNIX/POSIX for installation details.