Summary
A low-level client library for the MySQL database, implemented as bindings to the C @mysqlclient@ API. /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.
Versions
v0.1.7 :: 0/0.1.7 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / semigroups : Anything that associates
Runtime Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-haskell / semigroups : Anything that associates
Depending packages
dev-haskell / esqueleto : Type-safe EDSL for SQL queries on persistent backends
dev-haskell / mysql-simple : A mid-level MySQL client library
dev-haskell / persistent-mysql : Backend for the persistent library using MySQL database server
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/mysql: add missig dev-db/mysql-connector-c depend
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/739658 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/mysql: new package, a depend of esqueleto-3.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>