Programmatic APIs C C++ STL Java Dbm/Ndbm, Hsearch Programmatic APIs The Berkeley DB subsystems can be accessed through interfaces from multiple languages. Applications ca...
Replication FAQ Replication FAQ Does Berkeley DB provide support for forwarding write queries from clients to masters? Yes, for applications with simple data and transaction...
Encryption Encryption Berkeley DB optionally supports encryption using the Rijndael/AES (also known as the Advanced Encryption Standard and Federal Information Processing Stand...
Transaction tuning Transaction tuning There are a few different issues to consider when tuning the performance of Berkeley DB transactional applications. First, you should revi...
Security Security The following are security issues that should be considered when writing Berkeley DB applications: Database environment permissions The directory used as th...
Name spaces C Language Name Space Filesystem Name Space Name spaces C Language Name Space The Berkeley DB library is careful to avoid C language programmer name spaces, but...
File naming Specifying file naming to Berkeley DB Filename resolution in Berkeley DB Examples File naming One of the most important tasks of the database environment is to s...
Programming model Programming model Berkeley DB is a database library, in which the library is linked into the address space of the application using it. One or more applicatio...
Tcl API programming notes Tcl API programming notes The Berkeley DB Tcl API does not attempt to avoid evaluating input as Tcl commands. For this reason, it may be dangerous to ...
Retrieved key/data permanence for C/C++ Retrieved key/data permanence for C/C++ When using the non-cursor Berkeley DB calls to retrieve key/data items under the C/C++ APIs (for...