Struqtural: High level database interface library

Nathan Rice nathan.alexander.rice at gmail.com
Sat Jul 17 14:20:41 EDT 2010


> 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.



More information about the Python-list mailing list