[Python-Dev] building sql queries in python (original) (raw)
Gregory P. Smith greg at electricrain.com
Thu Mar 30 10:09:51 CEST 2006
- Previous message: [Python-Dev] pysqlite for 2.5?
- Next message: [Python-Dev] building sql queries in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Getting off on a tangent here, but I would actually like some decent way of writing SQL queries in Python -- not for importing, but for database access.
Constructing bits of SQL out of character strings sucks extremely badly.
Have you looked at SqlObject? (and its associated modules sqlobject.sqlbuilder in particular)
http://www.sqlobject.org/module-sqlobject.sqlbuilder.html
-greg
- Previous message: [Python-Dev] pysqlite for 2.5?
- Next message: [Python-Dev] building sql queries in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]