FreeBSD Manual Pages
Brackup::Dict::SQLite2User Contributed Perl DocumentaBrackup::Dict::SQLite2(3) NAME Brackup::Dict::SQLite2 - key-value dictionary implementation, using a SQLite database for storage (lighter/slower version of Brackup::Dict::SQLite) DESCRIPTION Brackup::Dict::SQLite2 implements a simple key-value dictionary using a SQLite database for storage. Brackup::Dict::SQLite2 is identical to Brackup::Dict::SQLite (so see that for more details), but it uses conventional database cursors/iterators for all operations, instead of pre-loading the entire database into memory. As such, it is slightly slower than Brackup::Dict::SQLite, but uses much less memory. See Brackup::DigestCache and Brackup::InventoryDatabase for how to manually specify the dictionary class to use. SEE ALSO brackup Brackup Brackup::Dict::SQLite perl v5.32.1 2010-03-27 Brackup::Dict::SQLite2(3)
NAME | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Brackup::Dict::SQLite2&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>