aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Connector/pkg-descr
blob: d038e4163e6f0359715c8e97e3c997a76252b93a (plain) (blame)
1
2
3
4
5
6
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.