e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
9 lines
497 B
Text
9 lines
497 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/
|