Sounds pretty cool to me. I've worked with SQL for two decades (yikes, I'm that 
old, erm, experienced). I've worked it using straight PHP, PHP object mappers 
(ORMs), Ruby ActiveRecord, manual ruby objects, Python ORMs, python dicts, 
python typeclasses, and I've yet to see a satisfying way to map the data to 
programming objects in a way that's flexible and not so verbose and that brings 
SQL's power to the programming language rather than hampering it. The closest I 
came is in Nim using straight SQL and then mapping it to several objects using 
fieldPairs.

Reply via email to