diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-08 12:01:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-08 12:01:23 +0000 |
commit | 70b473129c3b024954e117e5a7d1a0058da7656e (patch) | |
tree | e965d3935a2190f9c56f993a13b5fff33def1ddb /databases/p5-DBIx-Recordset/pkg-descr | |
parent | Add PTHREAD_{CFLAGS,LIBS} to CFLAGS and LDFLAGS for XFree86-4. (diff) |
add p5-DBIx-Recordset
Perl module for abstraction and simplification of database access
PR: 26958
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'databases/p5-DBIx-Recordset/pkg-descr')
-rw-r--r-- | databases/p5-DBIx-Recordset/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Recordset/pkg-descr b/databases/p5-DBIx-Recordset/pkg-descr new file mode 100644 index 000000000000..56c9b6435334 --- /dev/null +++ b/databases/p5-DBIx-Recordset/pkg-descr @@ -0,0 +1,8 @@ +DBIx::Recordset is a perl module for abstraction and simplification of +database access. + +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. |