diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-06 14:16:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-06 14:16:54 +0800 |
commit | c866a6a49207181b29b3fa27cac83f938e239138 (patch) | |
tree | 95254ea0eeeb24120feb821e50bdf70742407a1c /databases/Makefile | |
parent | 54b6b54d538316265e1c32156351b579bb05df40 (diff) | |
download | freebsd-ports-gnome-c866a6a49207181b29b3fa27cac83f938e239138.tar.gz freebsd-ports-gnome-c866a6a49207181b29b3fa27cac83f938e239138.tar.zst freebsd-ports-gnome-c866a6a49207181b29b3fa27cac83f938e239138.zip |
New port databases/p5-DBIx-Abstract
DBIx::Abstract - DBI SQL abstraction.
This module provides methods for doing manipulating database tables
This module provides methods retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
It endeavors to produce an interface that will be intuitive to those
already familiar with SQL.
Notable features include:
* data_source generation for some DBD drivers.
* Can check to make sure the connection is not stale and reconnect
if it is.
* Controls statement handles for you.
* Can delay writes.
* Generates complex where clauses from hashes and arrays.
* Shortcuts (convenience functions) for some common cases. (Like
select_all_to_hashref.)
WWW: http://search.cpan.org/dist/DBIx-Abstract/
PR: ports/91372
Submitted by: Jon Nistor <nistor@snickers.org>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f5af104c03f..d889cfdc5b14 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -197,6 +197,7 @@ SUBDIR += p5-DBI-137 SUBDIR += p5-DBI-Shell SUBDIR += p5-DBIWrapper + SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class |