mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8 lines
355 B
Plaintext
8 lines
355 B
Plaintext
Ima::DBI attempts to organize and facilitate caching and more efficient
|
|
use of database connections and statement handles by storing DBI and SQL
|
|
information with your class (instead of as separate objects). This
|
|
allows you to pass around just one object without worrying about a trail
|
|
of DBI handles behind it.
|
|
|
|
WWW: http://search.cpan.org/dist/Ima-DBI/
|