Path to this page:
./
databases/p5-DBIx-Class-Schema-Loader,
Dynamic definition of a DBIx::Class::Schema
Branch: CURRENT,
Version: 0.07052,
Package name: p5-DBIx-Class-Schema-Loader-0.07052,
Maintainer: pkgsrc-usersDBIx::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.431 KB
Version history: (Expand)
- (2025-02-06) Updated to version: p5-DBIx-Class-Schema-Loader-0.07052
- (2024-11-16) Updated to version: p5-DBIx-Class-Schema-Loader-0.07049nb7
- (2023-07-06) Updated to version: p5-DBIx-Class-Schema-Loader-0.07049nb6
- (2022-06-28) Updated to version: p5-DBIx-Class-Schema-Loader-0.07049nb5
- (2021-05-25) Updated to version: p5-DBIx-Class-Schema-Loader-0.07049nb4
- (2020-08-31) Updated to version: p5-DBIx-Class-Schema-Loader-0.07049nb3
CVS history: (Expand)
2025-02-06 01:29:34 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.07052
Upstream changes:
0.07052 - 2024-01-06
- fix: don't load Test::More in ::Utils
0.07051 - 2022-11-23
- Make defaulting primary key columns retrieve_on_insert for Pg (GH#28)
0.07050 - 2022-11-20
- Revert inlining of String::CamelCase::wordsplit() (RT#125929)
- Do not require MooseX::MarkAsMethods with only_autoclean=1 (GH#21)
- Exclude tables in the Oracle Recycle Bin (RT#128149)
|
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
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
|