in reply to I swim in a sea of databases and DBIx::Connect is barely adequate
I've been a database administrator, and I had to deal with over 20 database servers with hundreds of databases, with new servers popping up and old ones disappearing all the time. All configuration information I needed for my admin scripts was kept in a single Perl datastructure (a nested hash), and used whenever needed. Adding an entry for a new server or database was a matter of less than a minute (just copy a subhash, change the values), so even if you had a couple of new servers a day, you still didn't need to spend a lot of time updating the configuration.
Abigail
|
|---|