Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am new to using Catalyst but I have created a few applications already in it. I am making a PostgreSQL database where each user is going to be inside their own schema. Such as "User_1". Each schema is going to have tables that are 100% the same, just the schema name changes depending on the user.
Is there any way to do this with DBIC? I know I can call DBI object directly but would prefer to use DBIC since its already there. Otherwise I'd have to create my own module.
Thanks in advanced.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Catalyst On the fly Dynamic Schema
by roboticus (Chancellor) on Mar 16, 2012 at 12:38 UTC | |
|
Re: Catalyst On the fly Dynamic Schema
by Your Mother (Archbishop) on Mar 16, 2012 at 13:49 UTC | |
|
Re: Catalyst On the fly Dynamic Schema
by erix (Prior) on Mar 17, 2012 at 23:47 UTC |