ghc-mysql
Low-level MySQL client library
This library provides Haskell bindings to the MySQL mysqlclient client library. It is a fairly faithful, low level library that implements most of the MySQL client API. The major departure from the C API is that in Haskell, resource management is mostly automatic and safe.
This library deliberately avoids the question of providing a ``good'' API. Its purpose is to serve as a base upon which higher-level libraries can be built.
- Versions: 0.2.1
- Website: https://github.com/paul-rouse/mysql
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-mysql as follows:
guix install ghc-mysql
Or install a particular version:
guix install ghc-mysql@0.2.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of ghc-mysql about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-mysql'><img src='https://packages.guix.gnu.org/packages/ghc-mysql/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-mysql)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-mysql][https://packages.guix.gnu.org/packages/ghc-mysql/badges/latest-version.svg]]