On Tue, Jan 29, 2013 at 10:42 AM,  <siegfr...@heintze.com> 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 really just "the non-DDL
parts of SQL", then you should be looking at SQL::Abstract [1].

As far as a universal way to express stored procedures that can be
translated into the stored procedure languages of different databases,
I'm not aware of anything.

You're sort of straining the bounds of what constitutes "beginner"
level questions, however, so you might want to take this to one of the
DBIx::Class-focused lists or IRC channels, you might get more
information (or at least some advice of the form of "no, don't do
that, do this instead").

[1] https://metacpan.org/module/SQL::Abstract

chrs,
john.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to