This library is a mid-level Haskell binding to the MySQL mysqlclient
client library. It is aimed at speed and ease of use.
This library is BSD-licensed under the terms of the MySQL FOSS License Exception.
Since this library links against the GPL-licensed mysqlclient
library, a non-open-source application that uses it may be subject
to the terms of the GPL.
- Add support for prepared statements. This API is huge and of dubious performance worth, so it's not currently a priority for me. Patches welcome!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git:https://github.com/paul-rouse/mysql-simple.git
This library was written by Bryan O'Sullivan, [email protected], to whom all of the credit is due. It is now being maintained by Paul Rouse, [email protected].