aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2006-07-11 18:39:37 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2006-07-11 18:39:37 +0000
commitc6903ef43febf4f094f2b5720eba5a5436f2c958 (patch)
tree6895b28e327ff1763f87d5b245eae6ec21697b88 /databases/p5-DBIx-Class-Schema-Loader/pkg-descr
parent83df8a381731a388908c5b7f5f9cfb34b3acf9ee (diff)
downloadports-c6903ef43febf4f094f2b5720eba5a5436f2c958.tar.gz
ports-c6903ef43febf4f094f2b5720eba5a5436f2c958.zip
Update to 0.03004.
Notes
Notes: svn path=/head/; revision=167522
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader/pkg-descr')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/pkg-descr10
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/pkg-descr b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
index c4b8ba926607..d48439da909e 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
+++ b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
@@ -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.