问题
I am looking for a SQL Query builder for python (just like in matlab). I am a beginner and can not write one myself (yet..). Do you know of a open-source query builder written in Python ? Thanks Arthur
回答1:
I have used the python-sql library and am very happy with it.
回答2:
in SQLObject.org there is one see SQLBuilder documentation, to build SQL programatically.
As others are suggesting, you might also want to look at ORM systems such SQLAlchemy ,Django ORM or SQLObject.org itself.
来源:https://stackoverflow.com/questions/5650837/sql-query-builder