unix_hacker_beard has asked for the wisdom of the Perl Monks concerning the following question:
Gracious Monks,
I am using Class::DBI to represent my database in Perl. I want my application to support interchangeable databases using the DBD adapters (aside from RAM). Class::DBI is a wonderful way to achieve this as far as representation but in the documentation it says "Class::DBI works on a simple one class/one table model. It is your responsibility to have your database tables already set up. Automating that process is outside the scope of Class::DBI".
Is there a preferred module to use alongside Class::DBI to handle creation responsibilities?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Database-independent means of creating database?
by Your Mother (Archbishop) on Jan 25, 2011 at 15:54 UTC | |
by unix_hacker_beard (Novice) on Jan 25, 2011 at 16:14 UTC | |
by unix_hacker_beard (Novice) on Jan 26, 2011 at 21:32 UTC | |
by Your Mother (Archbishop) on Jan 27, 2011 at 01:20 UTC | |
|
Re: Database-independent means of creating database?
by Corion (Patriarch) on Jan 25, 2011 at 15:36 UTC | |
|
Re: Database-independent means of creating database?
by JavaFan (Canon) on Jan 25, 2011 at 19:22 UTC | |
by Your Mother (Archbishop) on Jan 27, 2011 at 00:35 UTC |