in reply to Getting a table list from Catalyst/DBIx::Class
I hope to avoid hard coding the table names by grabbing them out of the database.
Do you plan to create the tables dynamically or why don't you want them in your code?
Maybe DBIx::Class::Schema::Loader can be of help, it is designed to generate a schema from a running database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting a table list from Catalyst/DBIx::Class
by actualize (Monk) on Sep 16, 2008 at 19:09 UTC |