summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-02-04 19:45:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-02-04 19:45:40 +0000
commit9797596975697d07155b68fb67c8d81e6eb1abae (patch)
tree0721c943f115333c77af823d8e57838966a3f866 /databases/Makefile
parentUpdate to 0.18 (diff)
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. WWW: http://search.cpan.org/dist/DBIx-Class-Schema-Loader/ PR: ports/92813 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes: svn path=/head/; revision=155213
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 7ae6490531e3..93bdccd7ebed 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -203,6 +203,7 @@
SUBDIR += p5-DBIx-Browse
SUBDIR += p5-DBIx-Class
SUBDIR += p5-DBIx-Class-Loader
+ SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-ContextualFetch
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource