actualize has asked for the wisdom of the Perl Monks concerning the following question:
Hey everyone,
I have happily using Catalyst with DBIx::Class to grab data from tables in my database. However, the documentation in CPAN only shows how to get data out of rows. I hope to avoid hard coding the table names by grabbing them out of the database. Is it possible to use DBIx::Class this way?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting a table list from Catalyst/DBIx::Class
by kyle (Abbot) on Sep 16, 2008 at 19:31 UTC | |
|
Re: Getting a table list from Catalyst/DBIx::Class
by Your Mother (Archbishop) on Sep 16, 2008 at 20:18 UTC | |
|
Re: Getting a table list from Catalyst/DBIx::Class
by betterworld (Curate) on Sep 16, 2008 at 19:02 UTC | |
by actualize (Monk) on Sep 16, 2008 at 19:09 UTC |