libdbix-class-schema-loader-perl 0.07052-1 source package in Ubuntu

Changelog

libdbix-class-schema-loader-perl (0.07052-1) unstable; urgency=medium

  * Import upstream version 0.07052.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 19:58:00 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-class-schema-loader-perl_0.07052-1.dsc 3.7 KiB 44902568b831af1ee1252039c19df2722d9bcee41ce0b08d362b3e9c81105541
libdbix-class-schema-loader-perl_0.07052.orig.tar.gz 212.4 KiB 6ce3e8e4672f0349706495eb350ddb2b281a79cf90928e2011d13a1b9542e37a
libdbix-class-schema-loader-perl_0.07052-1.debian.tar.xz 6.2 KiB 6dbc7ac93e9b4ed0618653642765a21ad1cf183caad11a8ef2a90de1bbbfdedc

Available diffs

No changes file available.

Binary packages built by this source

libdbix-class-schema-loader-perl: module to automate definition of a DBIx::Class::Schema

 DBIx::Class::Schema::Loader is an extension to DBIx::Class that automates the
 definition of a DBIx::Class::Schema by scanning table schemas and setting up
 columns and primary keys appropriately. It supports MySQL, PostgreSQL, SQLite
 and DB2.
 .
 Bare table definitions are fairly straightforward, but relationship creation
 is somewhat heuristic, especially with respect to choosing relationship types
 and names, as well as join types. The relationships generated by this module
 will probably never be as well-defined as hand-generated ones.