mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1a03f04347
PR: 33429 Submitted by: Seamus Venasse <svenasse@polaris.ca>
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
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/search?dist=DBIx-Table
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|