Allows developers to connect and query MySQL databases, from right inside a Python program.
Documentation, including a tutorial, is also available.
Here are some key features of "oursql":
· Real parameterization, sending the SQL and data to MySQL completely separately.
· Allows text or binary data to be streamed into the database and streamed out of the database, instead of requiring everything to be buffered in the client.
· oursql can both insert rows lazily and fetch rows lazily.
· Unicode support on by default.
Requirements:
· Python 2.4 or higher
· MySQL 4.1.2 or higher