Paketname | libclass-dbi-loader-relationship-perl |
Beschreibung | Easier relationship specification in Class::DBI::Loader |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.3-2build1 |
Sektion | universe/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 | Ubuntu Developers |
Quelle | |
Paketgröße | 7686 Byte |
Prüfsumme MD5 | f6cbe474607ebc5d87365a43a9e6512f |
Prüfsumme SHA1 | 005327d376b72fa4eb2345590bd185fd1bc5ea82 |
Prüfsumme SHA256 | b82a74485be75be16778ec0d65067ac0fa06c1f840d924b7deec7391e38f71fc |
Link zum Herunterladen | libclass-dbi-loader-relationship-perl_1.3-2 |
Ausführliche Beschreibung | This 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".
|