mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 0.03004.
This commit is contained in:
parent
83df8a3817
commit
c6903ef43f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167522
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Class-Schema-Loader
|
||||
PORTVERSION= 0.03003
|
||||
PORTVERSION= 0.03004
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
@ -28,6 +28,7 @@ RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Class-Accessor>=0.22:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Class-Data-Accessor>=0.02:${PORTSDIR}/devel/p5-Class-Data-Accessor \
|
||||
p5-Class-C3>=0.11:${PORTSDIR}/devel/p5-Class-C3 \
|
||||
p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
|
||||
p5-DBIx-Class>=0.06003:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DBIx-Class-Schema-Loader-0.03003.tar.gz) = 92fb9e16ce692fab972a36f41db93e96
|
||||
SHA256 (DBIx-Class-Schema-Loader-0.03003.tar.gz) = 1782b70e076c66a28b42a9910d6a6c377c4258a02eb813953ca7cc6582b1cf7a
|
||||
SIZE (DBIx-Class-Schema-Loader-0.03003.tar.gz) = 30645
|
||||
MD5 (DBIx-Class-Schema-Loader-0.03004.tar.gz) = 5715183c0a20e4299eaf7e642314e6ad
|
||||
SHA256 (DBIx-Class-Schema-Loader-0.03004.tar.gz) = 3767f57c8644d33d86ee1d55436690c36dafde7271e6c7e0f3741fb74b1c4aa6
|
||||
SIZE (DBIx-Class-Schema-Loader-0.03004.tar.gz) = 32717
|
||||
|
@ -1,9 +1,13 @@
|
||||
DBIx::Class::Schema::Loader automates the definition of a
|
||||
DBIx::Class::Schema by scanning database table definitions and setting
|
||||
up the columns and primary keys.
|
||||
up the columns, primary keys, and relationships.
|
||||
|
||||
DBIx::Class::Schema::Loader currently supports DBI for MySQL,
|
||||
PostgreSQL, SQLite and DB2.
|
||||
DBIx::Class::Schema::Loader currently supports only the DBI storage
|
||||
type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and
|
||||
DBD::SQLite. Other DBI drivers may function to a greater or lesser
|
||||
degree with this loader, depending on how much of the DBI spec they
|
||||
implement, and how standard their implementation is. Patches to make
|
||||
other DBDs work correctly welcome.
|
||||
|
||||
See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your
|
||||
own vendor-specific subclass for an unsupported DBD driver.
|
||||
|
Loading…
Reference in New Issue
Block a user