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

miguelele has asked for the wisdom of the Perl Monks concerning the following question:

My wise monks:

I have many databases for different clients in Catalyst. All of them with the same Schema. Even with a master user/password to rule them all.

So, the only value that changes from one client to another is the "dsn"

How can I change that dsn value in the model package from the controller at runtime?