Paketname | libclass-dbi-loader-relationship-perl |
Beschreibung | Easier relationship specification in Class::DBI::Loader |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:1.2-4 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8064 Byte |
Prüfsumme MD5 | 09a870f71dd4a52bda70297c41bb6f20 |
Prüfsumme SHA1 | 7f7fe658f869d870c9820f761419bd572cd78288 |
Prüfsumme SHA256 | 681a3e301bb27834d0eebd3e71d0093278d0c6a57482f5f07350210ef7391d93 |
Link zum Herunterladen | libclass-dbi-loader-relationship-perl_1.2-4_all |
Ausführliche Beschreibung | The Class::DBI::Loader::Relationship module acts as a mix-in, adding the
relationship() method to Class::DBI::Loader. Since Class::DBI::Loader knows
how to map between table names and class names, there ought to be no need to
replicate the names.
.
In addition, it is common (but not universal) to want reverse
relationships defined for has-many relationships, and for has-a
relationships to be defined for the linkages surrounding a
many-to-many table.
.
The aim of this module is to simplify the declaration of common
database relationships by providing both of these features.
.
The relationship takes a string. It recognises table names (singular
or plural, for convenience) and extracts them from the "sentence".
|