Initial import of p5-DBIx-DBSchema:
authorwiz <wiz>
Thu, 24 Nov 2005 18:44:16 +0000 (18:44 +0000)
committerwiz <wiz>
Thu, 24 Nov 2005 18:44:16 +0000 (18:44 +0000)
commit63267374ab8ef374bde2d6d324775fcc779f49d2
tree1ba5d1671846cb740d1aeddd979c4be89e548e33
parent9af5814685c4698e982edf2556f36e0bb7d8b01d
Initial import of p5-DBIx-DBSchema:
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.
databases/p5-DBIx-DBSchema/DESCR [new file with mode: 0644]
databases/p5-DBIx-DBSchema/Makefile [new file with mode: 0644]
databases/p5-DBIx-DBSchema/PLIST [new file with mode: 0644]
databases/p5-DBIx-DBSchema/distinfo [new file with mode: 0644]