libdbix-connector-perl

Fast and safe dbi connection and transaction management
  https://metacpan.org/release/DBIx-Connector
  0
  no reviews



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.