We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI am lookin开发者_开发问答g 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
I have used the python-sql library and am very happy with it.
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.
精彩评论