What is Berkeley DB?
So far, we discussed database systems in general terms. It’s time now to consider Berkeley DB in particular and see how it fits into the framework we have introduced. The key question is this: Which kinds of applications should use Berkeley DB?
Berkeley DB is an open source embedded database library that provides scalable, high-performance, transaction-protected data management services to applications. It provides a simple function-call API for data access and management.
By open source, we mean that Berkeley DB is distributed under a license that conforms to the Open Source Definition. This license guarantees that Berkeley DB is freely available for use and redistribution in other open source products. Although Sleepycat ...
Get Berkeley DB now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.