> Oh yes, I'd rather write lines of that rather than pages of SQL in a Python 
> string.

(not to mention, avoid some easy to fall into security flaws, not have
to worry about porting dialect specific SQL code, etc, etc).

Fixed that for you.  I can't take the credit for that part though,
that magic comes from SQL Alchemy.  All Struqtural does is let you
move data into a database easily, move data from a database to Python
easily, and simplify the creation of some common complex schemas.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to