in reply to line-oriented dynamic sql

Maybe you'll like Fey.

Replies are listed 'Best First'.
Re^2: line-oriented dynamic sql
by metaperl (Curate) on Feb 13, 2009 at 17:35 UTC
    I've looked closely at Fey as well as DBIx::Class and many others... SQL::Abstract, searchbuilder, CGI::Crud, etc, etc.

    They are not as close to pure SQL as I would like. There is a lot of object-oriented method calling which obscures my ability to think in SQL.