in reply to
DBI Wrapper Feature Comparison
DBIx::Recordset does NOT do Object Mapping - it provides access to records via tied arrays and hashes but not via objects (whose methods map to columns).
Comment on
DBIx::Recordset
Replies are listed 'Best First'.
Re: DBIx::Recordset
by
simonm
(Vicar)
on Apr 17, 2004 at 20:40 UTC
Point taken; I'll make that clearer in the next version.
[reply]
In Section
Meditations