aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
diff options
context:
space:
mode:
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.