This package browser is in early development. Mind the rough edges.

ghc-mysql 0.2.1

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.

Installation

Install ghc-mysql 0.2.1 as follows:

guix install ghc-mysql@0.2.1

Or install the latest version:

guix install ghc-mysql

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.