summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Abstract/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-Abstract/DESCR')
-rw-r--r--databases/p5-DBIx-Abstract/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Abstract/DESCR b/databases/p5-DBIx-Abstract/DESCR
new file mode 100644
index 00000000000..e6ed13be556
--- /dev/null
+++ b/databases/p5-DBIx-Abstract/DESCR
@@ -0,0 +1,17 @@
+This module provides methods for 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.)