summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-DBSchema/DESCR')
-rw-r--r--databases/p5-DBIx-DBSchema/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/p5-DBIx-DBSchema/DESCR b/databases/p5-DBIx-DBSchema/DESCR
new file mode 100644
index 00000000000..d53f23c1d66
--- /dev/null
+++ b/databases/p5-DBIx-DBSchema/DESCR
@@ -0,0 +1,9 @@
+This module helps abstract the process of working with complex
+schemas of relational SQL database tables. As with DBI, it lets
+you work with data a row at a time, but gives you the extra ability
+to, with a single method call, reach across and grab rows of related
+data from tables located elsewhere in your database, without having
+to construct an SQL join clause yourself. The 'distance' from the
+originating table to the related one can be arbitrarily long, so
+long as they are related in some way -- i.e., could both return
+data through a single (though perhaps quite lengthy) SQL query.