./databases/p5-DBIx-Class-Schema-Loader, Dynamic definition of a DBIx::Class::Schema

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.07049nb6, Package name: p5-DBIx-Class-Schema-Loader-0.07049nb6, Maintainer: pkgsrc-users

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 L<DBIx::Class::Schema::Loader>.

It is designed more to get you up and running quickly against an existing
database, or to be effective for simple situations, rather than to be what
you use in the long term for a complex database/project.


Required to run:
[lang/perl5] [devel/p5-Task-Weaken] [devel/p5-File-Slurp] [devel/p5-Data-Dump] [devel/p5-Class-Inspector] [devel/p5-Carp-Clan] [textproc/p5-Lingua-EN-Inflect-Number] [devel/p5-Class-Accessor-Grouped] [devel/p5-MRO-Compat] [devel/p5-Scope-Guard] [devel/p5-Class-C3-Componentised] [databases/p5-DBIx-Class] [devel/p5-namespace-clean] [devel/p5-Hash-Merge] [devel/p5-Try-Tiny] [devel/p5-Class-Unload] [textproc/p5-Lingua-EN-Inflect-Phrase] [textproc/p5-Lingua-EN-Tagger] [textproc/p5-String-CamelCase] [textproc/p5-String-ToIdentifier-EN] [devel/p5-curry]

Required to build:
[textproc/p5-Text-Diff] [databases/p5-DBI] [databases/p5-DBD-SQLite] [devel/p5-Test-Exception] [devel/p5-Config-General] [devel/p5-Test-Deep] [devel/p5-Test-Warn] [databases/p5-DBD-SQLite2] [devel/p5-Test-Differences] [devel/p5-Config-Any] [devel/p5-Moose] [textproc/p5-Text-Unidecode] [devel/p5-namespace-autoclean] [devel/p5-MooseX-NonMoose] [devel/p5-MooseX-MarkAsMethods]

Master sites: (Expand)

Filesize: 212.188 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115)
Log message:
databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.