diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-10-16 15:03:34 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-10-16 15:03:34 +0800 |
commit | e96f60bf1d52ee0683097a7219d818b1128b1e95 (patch) | |
tree | bfafa5156c7ff5e08a6be9694713917f90a704f3 /databases/Makefile | |
parent | 1908d63960fed1a11735dc378cd51f94ab132aa4 (diff) | |
download | freebsd-ports-gnome-e96f60bf1d52ee0683097a7219d818b1128b1e95.tar.gz freebsd-ports-gnome-e96f60bf1d52ee0683097a7219d818b1128b1e95.tar.zst freebsd-ports-gnome-e96f60bf1d52ee0683097a7219d818b1128b1e95.zip |
DBIx::Connector provides a simple interface for fast and safe DBI
connection and transaction management. Connecting to a database can
be expensive; you don't want your application to re-connect every time
you need to run a query. The efficient thing to do is to hang on to a
database handle to maintain a connection to the database in order to
minimize that overhead. DBIx::Connector lets you do that without
having to worry about dropped or corrupted connections.
WWW: http://search.cpan.org/dist/DBIx-Connector/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index b728f00d1423..ebd41ecb8362 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -350,6 +350,7 @@ SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-Validation SUBDIR += p5-DBIx-Class-WebForm + SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBSchema |