[Python-Dev] building sql queries in python
Oleg Broytmann
phd at mail2.phd.pp.ru
Thu Mar 30 10:45:10 CEST 2006
More information about the Python-Dev mailing list
Thu Mar 30 10:45:10 CEST 2006
- Previous message: [Python-Dev] building sql queries in python
- Next message: [Python-Dev] pysqlite for 2.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Mar 30, 2006 at 12:09:51AM -0800, Gregory P. Smith wrote: > http://www.sqlobject.org/module-sqlobject.sqlbuilder.html This automatically generated doc concentrates on the interface instead of usage. SQLBuilder is really a capable and very pythonic SQL generator. But it has an issue - it can generate SQL *strings* only for specific databases - because some SQL constructs are DB-dependent, quoting e.g. Some examples are in the __main__ part of sqlbuilder.py: http://svn.colorstudy.com/SQLObject/trunk/sqlobject/sqlbuilder.py Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
- Previous message: [Python-Dev] building sql queries in python
- Next message: [Python-Dev] pysqlite for 2.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list