Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-DBIx-Browse / pkg-descr
1 The purpose of DBIx::Browse is to handle the browsing of relational
2 tables.
3
4 DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and
5 INSERTs from the desired "human view" to the values needed for the ta-
6 ble. This is the case when you have related tables (1 to n) where the
7 detail table has a reference (FOREIGN KEY) to a generic table (i.e.
8 Customers and Bills) with some index (tipically an integer).
9
10
11 WWW: https://metacpan.org/release/DBIx-Browse
12
13 Philip M. Gollucci <philip@p6m7g8.com>