in reply to Re: DBIx::Simple
in thread DBIx::Simple

FWIW: There's a relatively new module on by princepawn to deal with the connection information: DBIx::Connect. It uses AppConfig to store/parse the information but provides a common interface.

Chris
M-x auto-bs-mode

Replies are listed 'Best First'.
Re: DBIx::Connect
by trs80 (Priest) on Mar 28, 2002 at 22:06 UTC
    Thanks for the reminder that this module is out there. For applications that will only access a single database this is a simple/good way to keep your connect information external of the code.

    AppConfig had some limitation I couldn't live with. I use XML::Simple since I need some complex datastructures.