aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Abstract/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-06 06:16:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-06 06:16:54 +0000
commit5aa1d63af549b070e6af3962308e81ecd809f7b7 (patch)
treea369f00ee77ce7a3e7866cdbccee9db8f5cdefda /databases/p5-DBIx-Abstract/pkg-descr
parentc9867be4d9871c93db35989c316fded61daf60d0 (diff)
downloadports-5aa1d63af549b070e6af3962308e81ecd809f7b7.tar.gz
ports-5aa1d63af549b070e6af3962308e81ecd809f7b7.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>
Notes
Notes: svn path=/head/; revision=152866
Diffstat (limited to 'databases/p5-DBIx-Abstract/pkg-descr')
-rw-r--r--databases/p5-DBIx-Abstract/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Abstract/pkg-descr b/databases/p5-DBIx-Abstract/pkg-descr
new file mode 100644
index 000000000000..2c17391e6fda
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/pkg-descr
@@ -0,0 +1,22 @@
+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/