Defer inflating of columns until they are used
Class::DBI::LazyInflate is a utility class that allows you to create DBI columns that only inflate to an object when it is required. When a row is fetched, columns specified via has_lazy() is wrapped by Data::Lazy, such that it is inflated only when the column is actually used.
$
pkg install p5-Class-DBI-LazyInflateOrigin
databases/p5-Class-DBI-LazyInflate
Size
4.61KiB
License
not specified
Maintainer
perl@FreeBSD.org
Dependencies
3 packages
Required by
0 packages