aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-SQL-Abstract-More/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-SQL-Abstract-More/pkg-descr')
-rw-r--r--databases/p5-SQL-Abstract-More/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/p5-SQL-Abstract-More/pkg-descr b/databases/p5-SQL-Abstract-More/pkg-descr
new file mode 100644
index 000000000000..b7c7ff0712e7
--- /dev/null
+++ b/databases/p5-SQL-Abstract-More/pkg-descr
@@ -0,0 +1,11 @@
+Generates SQL from Perl datastructures. This is a subclass of SQL::Abstract,
+fully compatible with the parent class, but it handles a few additional SQL
+constructs, and provides a different API with named parameters instead of
+positional parameters, so that various SQL fragments are more easily
+identified.
+
+This module was designed for the specific needs of DBIx::DataModel, but is
+published as a standalone distribution, because it may possibly be useful for
+other needs.
+
+WWW: http://search.cpan.org/dist/SQL-Abstract-More/