mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
af6bda5de5
Approved by: portmgr (blanket infrastructure)
10 lines
421 B
Plaintext
10 lines
421 B
Plaintext
DBIx::HA is a High Availability module for DBI. It is implemented by
|
|
overloading the DBI connect, prepare and execute methods and can be
|
|
seamlessly used without code modification except for initialization.
|
|
|
|
DBIx::HA also works seamlessly with Apache::DBI when available, and
|
|
ensures that cached database handles in the Apache::DBI module are
|
|
properly updated when failing over.
|
|
|
|
WWW: http://search.cpan.org/dist/DBIx-HA/
|