Vincent Veyron schrieb am 18.04.2012 um 00:09 (+0200): > Le mardi 17 avril 2012 à 20:10 +0200, Michael Ludwig a écrit : > > Vincent Veyron schrieb am 16.04.2012 um 22:21 (+0200): > > > > > > I am doing this now, but passing parameters to the query becomes > > > cumbersome :-( > > > > https://metacpan.org/module/SQL::Interp > > https://metacpan.org/module/SQL::Abstract > > https://metacpan.org/module/DBIx::Simple
> I did not know about those, but what I don't see the benefit compared > to using DBI directly, which is really concise. I'm mostly happy using DBI directly, too. The modules I listed do add a convenience layer on top, though. Which is what I thought you were looking for; guess I simply got you wrong when you said that passing parameters was becoming cumbersome. The modules in question strive to make your life easier. Maybe people can come up with more helpful suggestions if you post a concrete example of what is cumbersome. Best, Michael