diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-19 03:41:01 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-19 03:41:01 +0800 |
commit | 7ac79c25f8ab40d396f1cf9ae57a64752127eedf (patch) | |
tree | b41a92b1480472d7ea3b3075520820a55742e932 /databases/p5-DBD-Pg-13/pkg-descr | |
parent | 19279ff1461050560ed327321c8e8bfe0dcac57b (diff) | |
download | freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.tar.gz freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.tar.zst freebsd-ports-gnome-7ac79c25f8ab40d396f1cf9ae57a64752127eedf.zip |
Import of a perl5 module for accessing PostgeSQL databases through the DBI
Diffstat (limited to 'databases/p5-DBD-Pg-13/pkg-descr')
-rw-r--r-- | databases/p5-DBD-Pg-13/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBD-Pg-13/pkg-descr b/databases/p5-DBD-Pg-13/pkg-descr new file mode 100644 index 000000000000..3e8efc710401 --- /dev/null +++ b/databases/p5-DBD-Pg-13/pkg-descr @@ -0,0 +1,4 @@ + DBD::Pg is an extension to Perl which allows access to + PostgreSQL databases. It is built on top of the standard + DBI extension and implements some of the methods that DBI + defines. |