This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
db47/README.md

8 lines
507 B
Markdown
Raw Permalink Normal View History

2024-01-05 21:39:28 +01:00
# db47
The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications.
The Berkeley DB includes B+tree, Extended Linear Hashing, Fixed and Variable-length record access methods, transactions, locking, logging, shared memory caching, and database recovery.
The Berkeley DB supports C, C++, Java, and Perl APIs.
It is used by many applications, including Python and Perl, so this should be installed on all systems.