Simon Willison’s Weblog

Subscribe

Friday, 2nd October 2009

MySQL Connector/Python. A pure Python implementation of the MySQL client/server protocol, meaning you can talk to a MySQL server from Python without needing to first install the MySQL client libraries (which often requires compiling from source). # 2:16 pm