freebsd-ports/databases/p5-DBIx-Connector/pkg-plist
Jun Kuriyama 3c3e220fdb 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/
2010-10-16 07:03:34 +00:00

10 lines
403 B
Text

%%SITE_PERL%%/DBIx/Connector.pm
%%SITE_PERL%%/DBIx/Connector/Driver.pm
%%SITE_PERL%%/DBIx/Connector/Driver/MSSQL.pm
%%SITE_PERL%%/DBIx/Connector/Driver/Oracle.pm
%%SITE_PERL%%/DBIx/Connector/Driver/Pg.pm
%%SITE_PERL%%/DBIx/Connector/Driver/SQLite.pm
%%SITE_PERL%%/DBIx/Connector/Driver/mysql.pm
@dirrm %%SITE_PERL%%/DBIx/Connector/Driver
@dirrm %%SITE_PERL%%/DBIx/Connector
@dirrmtry %%SITE_PERL%%/DBIx