Python library for generating SQL queries [selects, alters, inserts and commits]
Tim Chase
python.list at tim.thechases.com
Tue Oct 11 11:12:22 EDT 2011
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