Objects to generate SQL?

Lukas Renggli renggli at gmail.com
Sun Feb 20 16:42:14 UTC 2005


Hi Frank,

have a look at ROE on SqueakMap. This is a hyper cool package allowing
to deal with relations in the postgresql database just as it was a
smalltalk collection. The selections, projections, joins, ... you do
using Smalltalk code will be automatically converted to SQL queries
and only the data that is really necessary will be pulled into the
image. No string concatenation anywhere. We are successfully using
this framework in a production environment.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch



More information about the Squeak-dev mailing list