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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/9bpcv3dk9hc6qdw71f6mlr5d716avqbj-ghc-mysql-0.2.1.drv | ||
i686-linux | /gnu/store/jx3x103fbgn2vd5xbrxif71s4jmjhaxm-ghc-mysql-0.2.1.drv |
Linter | Message | Location |
---|---|---|
description Validate package descriptions | use @code or similar ornament instead of quotes |
|
input-labels Identify input labels that do not match package names | label 'mariadb' does not match package name 'mariadb:dev' |
|