From 714653ca9c9005979f734b62b953a2aaaf184f41 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sun, 17 Oct 2010 00:45:25 +0000 Subject: DBIx::DBHResolver resolves database connection on the environment has many database servers. The resolution algorithm is extensible and pluggable, because of this you can make custom strategy module easily. This module can retrieve DBI's database handle object or connection information (data source, user, credential...) by labeled name and treat same cluster consists many nodes as one labeled name, choose fetching strategy. WWW: http://search.cpan.org/dist/DBIx-DBHResolver/ --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index ebd41ecb8362..0cb13cf7225e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -353,6 +353,7 @@ SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom + SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Ease -- cgit v1.2.3