Simple SQL-statements into Python classes

Thomas Weholt 2002 at weholt.org
Tue Nov 26 07:55:54 EST 2002


Has anybody made an attempt at converting simple SQL-statements ( mainly
plain selects ) into Python objects? I'm thinking of trying to make a parser
that takes the most basic version sql-statements (select, insert, update,
delete) and convert them into a python class with methods like load, insert,
save and delete.

If anybody has anything similar or have opinions on this matter, please let
me know.

Best regards,
Thomas





More information about the Python-list mailing list