Paketname | libsql-abstract-perl |
Beschreibung | Perl module to generate SQL from Perl data structures |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.67-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 184 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 56144 Byte |
Prüfsumme MD5 | d563609312fadcbcaa08b523be1e91db |
Prüfsumme SHA1 | adc869287b66d53f6778a92bc47564e2cedb235c |
Prüfsumme SHA256 | ccabdada295597b1b447ee85e16364e6c8cf07c64f287571f181c001924d077e |
Link zum Herunterladen | libsql-abstract-perl_1.67-2_all.deb |
Ausführliche Beschreibung | SQL::Abstract is a Perl module that allows developers to genreate 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.
|