2006-02-05 18:59:57 +01:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Class-DBI-LazyInflate
|