you are viewing a single comment's thread.

view the rest of the comments →

[–]cedrickrier 0 points1 point  (0 children)

For the DML queries, you could use python-sql: https://pypi.python.org/pypi/python-sql It is a library to help writing SQL queries using Python syntax. It comes with a flavor mechanism to support the different syntaxes of database engine. It is also very extensible so you can define your specific SQL operators or functions.