diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 07:11:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 07:11:05 +0000 |
commit | 910b4385d5896ac6ccf3204285f01f791c128cb0 (patch) | |
tree | 8717b4ce1b7fefd5084832bef596f3ab16413537 /databases/p5-DBIx-Connector/DESCR | |
parent | 18b3e666cc2bd8f92eb4f031c5530f3221f2f1e8 (diff) | |
download | pkgsrc-910b4385d5896ac6ccf3204285f01f791c128cb0.tar.gz |
Importing package for DBIx::Connector 0.35 into databases/p5-DBIx-Connector.
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.
Diffstat (limited to 'databases/p5-DBIx-Connector/DESCR')
-rw-r--r-- | databases/p5-DBIx-Connector/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Connector/DESCR b/databases/p5-DBIx-Connector/DESCR new file mode 100644 index 00000000000..2d33e5a918e --- /dev/null +++ b/databases/p5-DBIx-Connector/DESCR @@ -0,0 +1,7 @@ +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. |