SQL::Abstract is a Perl module that allows developers to generate SQL from
Perl data strutures, inspired by DBIx::Abstract. The intent of this module
is to provide abstract SQL generation methods, allowing one to generate SQL
while retaining complete control over the statement handles.
.
There are many important differences between this module and DBIx::Abstract,
especially when it comes to WHERE clauses. Chief among these changes is a
new design to make it easier to generate SQL from Perl data structures and
hopefully more intuitive. The underlying idea is that this module does what
you mean, based on the data structures you provide it; the biggest advantage
is that you don't have to modify your code every time your data changes.
Installed Size: 314.4 kB
Architectures: all