[Python-Dev] pysqlite for 2.5? (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Mar 30 05:21:36 CEST 2006


Fred L. Drake, Jr. wrote:

On Wednesday 29 March 2006 21:55, Greg Ewing wrote: _> import db where db.stdlib == True and db.language == "SQL" _ > and db.interface == "DBAPI2.0"

While we're at it, we could spell import "select". :-)

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.

-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiam! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+



More information about the Python-Dev mailing list