SQL Query Builder [closed]

浪尽此生 提交于 2020-06-25 02:24:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!