Paketname | libdbix-class-schema-loader-perl |
Beschreibung | Dynamic definition of a DBIx::Class::Schema |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.04006-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | perl (>= 5.6.0-16), liblingua-en-inflect-perl, liblingua-en-inflect-number-perl, libdbix-class-perl, |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 55430 Byte |
Prüfsumme MD5 | 2cb1cfdb36d1b827e0cf30b59a59b691 |
Prüfsumme SHA1 | a76000871751cb91f1534b2436c9e9bf9af57815 |
Prüfsumme SHA256 | d51aab9af5f60c426c4da28d9d9fb40384aae031c17b32e6e4c035b600b6112f |
Link zum Herunterladen | libdbix-class-schema-loader-perl_0.04006-1_all.d |
Ausführliche Beschreibung | DBIx::Class::Schema::Loader automates the definition of a
DBIx::Class::Schema by scanning table schemas and setting up
columns and primary keys.
.
DBIx::Class::Schema::Loader supports MySQL, Postgres, SQLite and DB2. See
DBIx::Class::Schema::Loader::Generic for more, and
DBIx::Class::Schema::Loader::Writing for notes on writing your own
db-specific subclass for an unsupported db.
.
This module requires DBIx::Class 0.05 or later, and obsoletes
DBIx::Class::Loader for DBIx::Class version 0.05 and later.
.
While on the whole, the bare table definitions are fairly straightforward,
relationship creation is somewhat heuristic, especially in the choosing
of relationship types, join types, and relationship names. The relationships
generated by this module will probably never be as well-defined as
hand-generated ones. Because of this, over time a complex project will
probably wish to migrate off of DBIx::Class::Schema::Loader.
|