Description
Perl applications can read and write Berkeley DB databases through a native module interface. Developers use it for embedded key-value storage, legacy data access, indexing, and tools that need to work with existing Berkeley DB files.
It is a library used by other software. Applications should handle database locking, backups, and file permissions carefully because Berkeley DB files may contain important local data.