freebsd-ports/databases/p5-DBIx-Browse/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

13 lines
503 B
Text

The purpose of DBIx::Browse is to handle the browsing of relational
tables.
DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and
INSERTs from the desired "human view" to the values needed for the ta-
ble. This is the case when you have related tables (1 to n) where the
detail table has a reference (FOREIGN KEY) to a generic table (i.e.
Customers and Bills) with some index (tipically an integer).
WWW: https://metacpan.org/release/DBIx-Browse
Philip M. Gollucci <philip@p6m7g8.com>