4 Nov
2010
4 Nov
'10
4:30 p.m.
2010/11/4 Kyle Hall <kyle.m.hall@gmail.com>:
I also think DBIx::Class is definitely the way to go. Here's a question:
Is there any way to store the database schema in an intermediate format that can be used to create the database in MySQL, Postgres, or what-have-you? Perhaps there is a way to use DBIx::Class or another module to generate an agnostic schema from the current MySQL one? Caveat: This just popped into my head, I have not done any research of any kind.
I believe that Chris C has already done this to the point of creating both MySQL and PG db's from the same DBIx::Class schema. Kind Regards, Chris