maligree / oursql

oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oursql v0.9.3.2!

Comprehensive documentation for oursql is available online:
http://packages.python.org/oursql/

The documentation can also be built locally by running `make html` from the 
'docs' directory (which does require sphinx), or read in their original reST 
format.

About

oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 65.5%Language:Python 34.5%