Christopher Hicks <[EMAIL PROTECTED]> writes:

> Personally I'd like to see a solution based on AppConfig.  We have our
> database configs in AppConfig.  The config files look something like:
>

I did that two years ago:

  http://search.cpan.org/author/TBONE/DBIx-Connect-1.13/lib/DBIx/Connect.pm

However I got sick of AppConfig because I found it unwieldy. I then
wrote a new module based on Config::ApacheFormat. Now, I decided to
write something based on pure Perl data structures so that people
could use whatever config module and nest/wrap/merge as they
please. Hence DBIx::DBH

Reply via email to