mysql-simple: A mid-level MySQL client library.

[ bsd3, database, library ] [ Propose Tags ]

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

Important licensing note: This library is BSD-licensed under the terms of the MySQL FOSS License Exception http://www.mysql.com/about/legal/licensing/foss-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.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
developer

operate in developer mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.2.5, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.7.1, 0.4.7.2, 0.4.8, 0.4.8.1, 0.4.9
Change log ChangeLog.md
Dependencies attoparsec (>=0.10.0.0), base (>=4.9 && <5), base16-bytestring, blaze-builder, blaze-textual, bytestring (>=0.9), containers, mysql (>=0.1.7), old-locale, pcre-light, semigroups (>=0.11 && <0.19), text (>=0.11.0.2), time (>=1.5), vector [details]
License BSD-3-Clause
Copyright 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Paul Rouse <pyr@doynton.org>
Category Database
Home page https://github.com/paul-rouse/mysql-simple
Bug tracker https://github.com/paul-rouse/mysql-simple/issues
Source repo head: git clone http://github.com/paul-rouse/mysql-simple
Uploaded by paulrouse at 2022-11-01T11:46:00Z
Distributions Arch:0.4.9, LTSHaskell:0.4.9, NixOS:0.4.9, Stackage:0.4.9
Reverse Dependencies 14 direct, 9 indirect [details]
Downloads 29294 total (100 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for mysql-simple-0.4.9

[back to package description]

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.