Language

Package: ghc-mysql @ 0.2.1

Synopsis

Low-level MySQL client library

Description

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.

Home page
https://github.com/paul-rouse/mysql
Location
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

use @code or similar ornament instead of quotes
  • gnu/packages/haskell-xyz.scm (line: 15389, column: 5)
input-labels

Identify input labels that do not match package names

label 'mariadb' does not match package name 'mariadb:dev'
  • gnu/packages/haskell-xyz.scm (line: 15384, column: 5)