Sept. 3, 2015
11:41 a.m.
Hi Stef, I have not knowledge about a framework to build SQL queries from Pharo syntax. However, Garage provides a solution to build easily SQL query with arguments. Take a look at https://guillep.github.io/DBXTalk/garage/prepared_statements.html Olivier :-) 2015-09-03 11:45 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
Maybe Querier? It was presented on ESUG, but I don't know how production ready it is, you would have to ask Michal.
http://querier.xmb.cz/ https://www.youtube.com/watch?v=c2yhd8BjFjU
Peter
On Thu, Sep 3, 2015 at 11:32 AM, stepharo <stepharo@free.fr> wrote:
Hi guys
I'm looking for a lib that I can use to build sql queries instead of manipulating strings. ROE?
Stef