RSS | Module Info | Add a review of SQL-Easy
SQL-Easy
(0.01)
SQL-easy is in the wrong namespace it should be in DBIx-Whatever-Namespace. It has some of the capabilities of DBIx::Array.
DBIx::Array->sqlscalar = SQL::Easy->return_one
DBIx::Array->sqlarrayhash = SQL::Easy->return_data
Michael R. Davis - 2010-12-07T15:16:19 (permalink)
0 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No
SQL-Easy
(0.01)
IIRC, there has also previous similar attempt like this. Modules like these are not necessary, as DBI already has something equivalent (and even better): selectrow_{array,hashref,arrayref} and selectall_{array,hash}ref.
Steven Haryanto - 2010-12-04T08:23:07 (permalink)
2 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No

