aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
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/p5-DBIx-Class-Schema-Loader/pkg-descr
parent36c2f477f6b507be66fe66c1cb58fb6a2d6a60f9 (diff)
downloadports-9797596975697d07155b68fb67c8d81e6eb1abae.tar.gz
ports-9797596975697d07155b68fb67c8d81e6eb1abae.zip
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/p5-DBIx-Class-Schema-Loader/pkg-descr')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/pkg-descr b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
new file mode 100644
index 000000000000..ac912030ea02
--- /dev/null
+++ b/databases/p5-DBIx-Class-Schema-Loader/pkg-descr
@@ -0,0 +1,19 @@
+THIS IS A DEVELOPMENT RELEASE. This is 0.01xxx, the first public
+releases. Expect things to be broken in various ways. Expect the entire
+design to be fatally flawed. Expect the interfaces to change if it
+becomes neccessary. It's mostly here for people to poke at it and find
+the flaws in it. 0.02 will hopefully have some sanity when we get there.
+
+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/