Python library for generating SQL queries [selects, alters, inserts and commits]

Alec Taylor alec.taylor6 at gmail.com
Tue Oct 11 11:14:15 EDT 2011


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



More information about the Python-list mailing list