Welcome to oursql’s documentation!¶ oursql is a new set of MySQL bindings for python 2.4+, including python 3.x. Here’s a short list of reasons why you should use oursql over MySQLdb: oursql has real parameterization, sending the SQL and data to MySQL completely separately. oursql allows text or binary data to be streamed into the database and streamed out of the database, instead of requiring eve