They look good, but I'm looking for something which can "compile" down to normal SQL code.
So that I can just plug that .sql file into any environment [i.e. non-python env] On Wed, Oct 12, 2011 at 2:12 AM, Tim Chase <python.l...@tim.thechases.com> wrote: > On 10/11/11 07:08, Alec Taylor wrote: >> >> I'm looking for a Python library for generating SQL queries >> [selects, alters, inserts and commits]. > > The popular ones are SQLObject and SQLAlchemy, both just a web-search away. > > Additionally, if you're working with Django, it has its own built-in ORM. > > -tkc > > > -- http://mail.python.org/mailman/listinfo/python-list