2002-02-08 14:24:52 +01:00
|
|
|
DBIx::Recordset is a perl module for abstraction and simplification of
|
|
|
|
database access.
|
2001-05-08 14:01:23 +02:00
|
|
|
|
2002-02-08 14:24:52 +01:00
|
|
|
The goal is to make standard database access
|
|
|
|
(select/insert/update/delete) easier to handle and independend of the
|
|
|
|
underlying DBMS. Special attention is made on web applications to make
|
|
|
|
it possible to handle the state-less access and to process the posted
|
|
|
|
data of formfields, but DBIx::Recordset is not limited to web
|
|
|
|
applications.
|
|
|
|
|
2004-10-17 17:08:09 +02:00
|
|
|
WWW: http://search.cpan.org/dist/DBIx-Recordset/
|