On Tue, Jan 29, 2013 at 10:42 AM, wrote:
> Hmmm OK, I forgot to mention the stored procedures in addition to the
> DML and DDL. It looks like these DBIx::Class::Schema will for for DDL only.
> Will they work for DML and stored procedures too?
To the extent that what you mean by 'DML' is real
On Tue, Jan 29, 2013 at 7:44 AM, wrote:
> Anyone have any suggestions to make it easier?
> Can anyone help me get started?
How about expressing your schema as a DBIx::Class::Schema[1] and then
using DBIx::Class::Schema::Loader[2] to dump the different DDL
dialects that you need?
1: https://met