Skip to content

A mid-level client library for the MySQL database, intended to be fast and easy to use.

License

Notifications You must be signed in to change notification settings

paul-rouse/mysql-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ab889f · Nov 1, 2022
May 26, 2022
Nov 1, 2022
May 26, 2022
May 7, 2021
Apr 29, 2011
Mar 29, 2015
Mar 20, 2018
Nov 1, 2022
Apr 29, 2011
Oct 22, 2016
Apr 29, 2011
Nov 1, 2022
May 26, 2022

Repository files navigation

mysql-simple: mid-level bindings to the mysqlclient library

This library is a mid-level Haskell binding to the MySQL mysqlclient client library. It is aimed at speed and ease of use.

Licensing

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.

To do

  • 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!

Get involved!

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://github.com/paul-rouse/mysql-simple.git

Authors

This library was written by Bryan O'Sullivan, bos@serpentine.com, to whom all of the credit is due. It is now being maintained by Paul Rouse, pyr@doynton.org.

About

A mid-level client library for the MySQL database, intended to be fast and easy to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published