DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibsql-abstract-perl
BeschreibungPerl module to generate SQL from Perl data structures
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.60-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe176 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße56064 Byte
Prüfsumme MD55178f3652ab0661d3ff980f72a95f5c5
Prüfsumme SHA1800901fbee7b9d25dda07f78324aa38a3e5b0555
Prüfsumme SHA256378a54485694c2ce98e9c6767c9719712811ba748ecfc18e596aed2644babfaa
Link zum Herunterladenlibsql-abstract-perl_1.60-1_all.deb
Ausführliche BeschreibungSQL::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.


Impressum
Linux is a registered trademark of Linus Torvalds