in reply to Re^2: Input on Lightweight SQL Query Templating?
in thread Input on Lightweight SQL Query Storage?

Consider SQL::Library (light) and Data::Phrasebook::SQL (tad heavier)
  • Comment on Re^3: Input on Lightweight SQL Query Templating?

Replies are listed 'Best First'.
Re^4: Input on Lightweight SQL Query Templating?
by Xenofur (Monk) on Apr 25, 2009 at 17:41 UTC
    Thanks for the suggestion, but neither of these really seem useful to me. SQL::Library has no templating at all and Phrasebook::SQL completely takes over the SQL access, so that things like selectall_hashref become inaccessible.

    However, looking at it, Data::Phrasebook looks to be interesting, so thanks for that. :)