freebsd-ports/databases/p5-DBIx-Table/pkg-descr
Bill Fenner 81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00

11 lines
535 B
Text

DBIx::Table is a class designed to act as an abstraction layer
around a fairly large subset of SQL queries. It is called 'Table'
because it is primarily designed such that a single subclass provides
an object-oriented interface to a single database table. The module
is flexible enough, though, that it can be used to abstract most
any schema in a way that is comfortable to the perl coder who is
not familiar with the underlying schema, or even SQL.
WWW: http://search.cpan.org/dist/DBIx-Table/
Seamus Venasse <svenasse@polaris.ca>