Brackup

 view release on metacpan or  search on metacpan

lib/Brackup/Dict/SQLite2.pm  view on Meta::CPAN


Brackup::Dict::SQLite2 - key-value dictionary implementation, using a 
SQLite database for storage (lighter/slower version of 
Brackup::Dict::SQLite)

=head1 DESCRIPTION

Brackup::Dict::SQLite2 implements a simple key-value dictionary using
a SQLite database for storage. Brackup::Dict::SQLite2 is identical to 
L<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 L<Brackup::DigestCache> and L<Brackup::InventoryDatabase> for
how to manually specify the dictionary class to use.

=head1 SEE ALSO

L<brackup>



( run in 0.225 second using v1.01-cache-2.11-cpan-4d50c553e7e )