http://www.perlmonks.org?node_id=688404


in reply to enabling wizards

For storage, why not use the pg_service.conf and .pgpass file? These are the standard Postgres file formats that remember connections parameters, and are easy to load into arrayref. The pg_service.conf is in ini format (use Config::Format::Ini). Postgres users would love to use a module that read from the same configuration files they already have.